diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Data-AMF/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/p5-Data-AMF/Makefile b/comms/p5-Data-AMF/Makefile index 819e92ce28d..26bb33ce10f 100644 --- a/comms/p5-Data-AMF/Makefile +++ b/comms/p5-Data-AMF/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2012/12/04 06:18:08 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/11 10:01:38 dsainty Exp $ # DISTNAME= Data-AMF-0.09 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TY/TYPESTER/ @@ -12,6 +13,7 @@ COMMENT= Serialise/deserialise AMF Packets LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require USE_LANGUAGES= # none |