diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 00:58:18 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 00:58:18 +0000 |
| commit | 3f64367c01a0a276a0c44596f8fa7b6085f8ae0d (patch) | |
| tree | 88267699e70f375f62f899ca72e31c6fbed888cf | |
| parent | ac3dd153c1c936db8d7e448c370609147e023f9f (diff) | |
Notes
| -rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index b1e267f34d2d..0803ccfc9c24 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -3,7 +3,7 @@ PORTNAME= IO-Socket-Multicast PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,12 @@ COMMENT= Perl module to send and receive multicast messages RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/client.pl examples/server.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} |
