mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
311 B
Makefile
19 lines
311 B
Makefile
COMMENT = perl SPF test-suite class
|
|
|
|
DISTNAME = Mail-SPF-Test-v1.001
|
|
PKGNAME = p5-${DISTNAME:S/-v/-/}
|
|
CATEGORIES = mail
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
RUN_DEPENDS = devel/p5-YAML
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|