diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:20:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:20:00 +0000 |
commit | fa99849b2398d2da450c3f3fa25098e14d4103cb (patch) | |
tree | b65de175ce6b610f3a44928c1bf3a6f77939e5db | |
parent | - Fix shebangs (diff) |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Notes
Notes:
svn path=/head/; revision=388076
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index b1a163771ac2..dbf795de9931 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -3,7 +3,7 @@ PORTNAME= Mail-ListDetector PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSTEVENS @@ -18,8 +18,10 @@ RUN_DEPENDS= p5-Email-Abstract>=3.001:${PORTSDIR}/mail/p5-Email-Abstract \ p5-URI>=1.1:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/sample.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES |