diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
commit | dcf99688a1711ab176bca363f8d11b57acb961ac (patch) | |
tree | f4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/majordomo | |
parent | 3db2dffc6a9357d280871c3be54055600ce7fb2d (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327333
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 356cadd239fd..890c4649fae7 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -13,8 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= A mailing list manager -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 SHEBANG_FILES= contrib/sequencer |