pkgsrc/comms/p5-Data-AMF/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

24 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/05/31 12:39:42 wiz Exp $
#
DISTNAME= Data-AMF-0.09
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TY/TYPESTER/
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Data::AMF
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
PERL5_PACKLIST= auto/Data/AMF/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"