diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-22 22:57:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-22 22:57:44 +0000 |
commit | 3fe9bca3bd04816572b10312e15e71c906c9ecdd (patch) | |
tree | 69cd6063b9ed97a7ec8101f23106d71fe07d1873 /net/p5-Phone-Info | |
parent | a6b51d470fba024358884c26807edd2f275fc194 (diff) | |
download | ports-3fe9bca3bd04816572b10312e15e71c906c9ecdd.tar.gz ports-3fe9bca3bd04816572b10312e15e71c906c9ecdd.zip |
Notes
Diffstat (limited to 'net/p5-Phone-Info')
-rw-r--r-- | net/p5-Phone-Info/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Phone-Info/Makefile b/net/p5-Phone-Info/Makefile index 62a655607105..7edaa29fd8a1 100644 --- a/net/p5-Phone-Info/Makefile +++ b/net/p5-Phone-Info/Makefile @@ -3,7 +3,7 @@ PORTNAME= Phone-Info PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -14,7 +14,8 @@ COMMENT= Provides a nicer CLI interface to Net::WhitePages RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/phoneinfo USE_PERL5= configure .include <bsd.port.mk> |