pkgsrc/net/p5-Net-AMQP/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

23 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:06 wiz Exp $
DISTNAME= Net-AMQP-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CH/CHIPS/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/C/CH/CHIPS/
COMMENT= Advanced Message Queue Protocol (de)serialization and representation
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-LibXML>=2:../../textproc/p5-XML-LibXML
DEPENDS+= p5-Class-Accessor>=0.34:../../devel/p5-Class-Accessor
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Net/AMQP/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"