diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-27 00:49:31 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-27 00:49:31 +0800 |
commit | 7ddda7e9274cee6581fb2f9363011b202bd3ece9 (patch) | |
tree | 6ac85997e95c35d4ba8f0c6e579b66db9ff51736 /net | |
parent | 14638a758bd76d01efb765bd9c2f9b7d7f61d4fa (diff) | |
download | freebsd-ports-graphics-7ddda7e9274cee6581fb2f9363011b202bd3ece9.tar.gz freebsd-ports-graphics-7ddda7e9274cee6581fb2f9363011b202bd3ece9.tar.zst freebsd-ports-graphics-7ddda7e9274cee6581fb2f9363011b202bd3ece9.zip |
Remove build dependency on p5-Test-Simple.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-ControlPort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-POE-Component-ControlPort/Makefile b/net/p5-POE-Component-ControlPort/Makefile index a5e77cf5586..e81edc2505d 100644 --- a/net/p5-POE-Component-ControlPort/Makefile +++ b/net/p5-POE-Component-ControlPort/Makefile @@ -3,7 +3,7 @@ PORTNAME= POE-Component-ControlPort PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,11 @@ RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Authen-Libwrap>=0:${PORTSDIR}/security/p5-Authen-Libwrap \ p5-POE>=0:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure extract +# Make port non-interactive post-extract: @${PERL} -pi -e 's/my \$$ret =.*/my \$$ret = 0;/' ${WRKSRC}/Makefile.PL |