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/delatt | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) |
- 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/delatt')
-rw-r--r-- | mail/delatt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 7ec92b8ad741..681cbffdbda4 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -USES= shebangfix -USE_PERL5_RUN= yes +USES= shebangfix perl5 +USE_PERL5= run NO_BUILD= yes SHEBANG_FILES= delatt |