diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
commit | 69b6f05b28433af07f2b5b45ceb33f35d51932ac (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/postfix-postfwd | |
parent | 02913580192eb376248a8002f1f223a8a9335efd (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327311
Diffstat (limited to 'mail/postfix-postfwd')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 101f13d6ff32..d5749564d7a9 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -28,7 +28,8 @@ PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes MAN8= ${PORTNAME}.8 ${PORTNAME}2.8 |