diff options
author | pi <pi@FreeBSD.org> | 2014-09-15 02:54:55 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-09-15 02:54:55 +0800 |
commit | f1040eb365344fc8a385757e0bae3686c7c3b1ff (patch) | |
tree | 90a67a5633d7cdbbcd37ee2112b0964579de355d /net | |
parent | 93570a8f144fb9d21b662b843ff2b764efb5eebf (diff) | |
download | freebsd-ports-gnome-f1040eb365344fc8a385757e0bae3686c7c3b1ff.tar.gz freebsd-ports-gnome-f1040eb365344fc8a385757e0bae3686c7c3b1ff.tar.zst freebsd-ports-gnome-f1040eb365344fc8a385757e0bae3686c7c3b1ff.zip |
net/p5-Net-Works: reduce DEPENDS, MooseX::Types no longer needed
Submitted by: az
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Works/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-Works/Makefile b/net/p5-Net-Works/Makefile index dbc9f83d10c3..981a3b039923 100644 --- a/net/p5-Net-Works/Makefile +++ b/net/p5-Net-Works/Makefile @@ -15,8 +15,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-List-AllUtils>=0.03:${PORTSDIR}/devel/p5-List-AllUtils \ p5-Math-Int128>=0.07:${PORTSDIR}/math/p5-Math-Int128 \ p5-namespace-autoclean>=0.13:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-MooseX-Types>=0.35:${PORTSDIR}/devel/p5-MooseX-Types + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |