diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-12-11 10:01:38 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-12-11 10:01:38 +0000 |
commit | 83d2d41e90d87af27b02df4cb69682fcb74bd744 (patch) | |
tree | e99acecc23fca1933f89480e2bf1f4d9531fcbad /comms | |
parent | 2bc1a4df946bb328a170537b8ef11b664abe5ac0 (diff) | |
download | pkgsrc-83d2d41e90d87af27b02df4cb69682fcb74bd744.tar.gz |
Add missing dependency on p5-DateTime, and bump PKGREVISION.
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 |