diff options
author | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
commit | 8e9228a9125fca2fc30a6d68f15e14576792e945 (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/postgrey | |
parent | 68f77c2518cf055ebbfc736e5c06787d794c138c (diff) | |
download | freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.gz freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.zst freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 05971c23b3f1..bb744c8f8504 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -USE_PERL5_RUN= yes +USE_PERL5= run USE_RC_SUBR= ${PORTNAME} NO_BUILD= yes POD2MAN?= pod2man @@ -36,7 +36,7 @@ USERS= ${PGY_USERNAME} GROUPS= ${PGY_GROUPNAME} MAN1= ${PORTNAME}.1 policy-test.1 postgreyreport.1 -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ${WRKSRC}/postgrey .include <bsd.port.options.mk> |