svn commit: r329623 - head/devel/p5-IO-Callback
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 6 18:47:23 UTC 2013
Author: sunpoet
Date: Sun Oct 6 18:47:22 2013
New Revision: 329623
URL: http://svnweb.freebsd.org/changeset/ports/329623
Log:
- Use USE_PERL5=modbuild
With hat: perl
Modified:
head/devel/p5-IO-Callback/Makefile
Modified: head/devel/p5-IO-Callback/Makefile
==============================================================================
--- head/devel/p5-IO-Callback/Makefile Sun Oct 6 18:46:50 2013 (r329622)
+++ head/devel/p5-IO-Callback/Makefile Sun Oct 6 18:47:22 2013 (r329623)
@@ -12,15 +12,14 @@ COMMENT= Perl extension to emulate file
RUN_DEPENDS= \
p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS:= \
- ${RUN_DEPENDS} \
- p5-Module-Build>=0.4000:${PORTSDIR}/devel/p5-Module-Build
+ ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
MAN3= IO::Callback.3
More information about the svn-ports-all
mailing list