diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
commit | 8b77080918d0242431bdc02d5bbaca527cf1d34e (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /mail/premail | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) | |
download | ports-8b77080918d0242431bdc02d5bbaca527cf1d34e.tar.gz ports-8b77080918d0242431bdc02d5bbaca527cf1d34e.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327077
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 878375faeb2e..0392be838f13 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -14,9 +14,8 @@ COMMENT= E-mail privacy package, support anon remailers, PGP, nyms BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp WRKSRC= ${WRKDIR}/premail -USE_PERL5= yes NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= premail do-install: |