diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:19:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:19:31 +0000 |
commit | d29dccaac9430451b78b1e3d162da3cd9efacb82 (patch) | |
tree | ad7a65dca9eadd81cb7c533aa32be60c49946702 | |
parent | - Fix shebangs (diff) |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Notes
Notes:
svn path=/head/; revision=388075
-rw-r--r-- | textproc/p5-Text-Prefix-XS/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile index 414c41cc999b..bc965d4c9d97 100644 --- a/textproc/p5-Text-Prefix-XS/Makefile +++ b/textproc/p5-Text-Prefix-XS/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-Prefix-XS PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep +SHEBANG_FILES= trie.pl USE_PERL5= configure -USES= perl5 +USES= perl5 shebangfix .include <bsd.port.mk> |