diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-11 00:44:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-11 00:44:25 +0800 |
commit | 151bbc76771502613748c444834c0542e3e2b0af (patch) | |
tree | a71de5ca2415bfa77df323a04e662bc0f3450145 /www | |
parent | bb63eac826517dc22e8c6bd4635b79141685818a (diff) | |
download | freebsd-ports-gnome-151bbc76771502613748c444834c0542e3e2b0af.tar.gz freebsd-ports-gnome-151bbc76771502613748c444834c0542e3e2b0af.tar.zst freebsd-ports-gnome-151bbc76771502613748c444834c0542e3e2b0af.zip |
- Unbreak by specifying correct depends
- While here, add NO_ARCH
Submitted by: lacey.leanne@gmail.com
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Controller-SOAP/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Controller-SOAP/Makefile b/www/p5-Catalyst-Controller-SOAP/Makefile index 5658b71b7bc2..dfbcf0f984b9 100644 --- a/www/p5-Catalyst-Controller-SOAP/Makefile +++ b/www/p5-Catalyst-Controller-SOAP/Makefile @@ -12,19 +12,16 @@ COMMENT= Catalyst SOAP Controller LICENSE= ARTPERL10 -BUILD_DEPENDS= \ - p5-Catalyst-Runtime>=5.90017:www/p5-Catalyst-Runtime \ - p5-Moose>=0.9:devel/p5-MRO-Compat \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90017:www/p5-Catalyst-Runtime \ + p5-Moose>=0.9:devel/p5-Moose \ p5-XML-Compile-SOAP>=2.35:net/p5-XML-Compile-SOAP \ p5-XML-Compile-WSDL11>=0:net/p5-XML-Compile-WSDL11 \ - p5-XML-LibXML>=0:textproc/p5-XML-LibXML + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-IO-stringy>=0:devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= wrong DEPENDS -DEPRECATED= Marked BROKEN for more than 6 months -EXPIRATION_DATE= 2017-06-08 - USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |