diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Coro/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Coro/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 312a46ec2816..c1e95b33c098 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.31 +PORTVERSION= 6.32 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -22,17 +22,20 @@ BUILD_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +OPTIONS_DEFINE= DOCS EXAMPLES + +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= Coro/*.pl eg/* +SHEBANG_LANG= perl2 +perl2_OLD_CMD= /opt/bin/perl +perl2_CMD= ${LOCALBASE}/bin/perl + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/ -.endif -.if !defined(NOPORTEXAMPLES) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include <bsd.port.mk> diff --git a/devel/p5-Coro/distinfo b/devel/p5-Coro/distinfo index 29f6dfb6daf8..8d0c93e14e50 100644 --- a/devel/p5-Coro/distinfo +++ b/devel/p5-Coro/distinfo @@ -1,2 +1,2 @@ -SHA256 (Coro-6.31.tar.gz) = a73ace48d940b28e3dfb32d2f3507205d3ddfdc6610075ecc72e19476bb6de44 -SIZE (Coro-6.31.tar.gz) = 185263 +SHA256 (Coro-6.32.tar.gz) = 00ca58cb6137866e4f266463eb0e46a566c117f6f4ea0db6121fc26f0fa1dc08 +SIZE (Coro-6.32.tar.gz) = 187170 |