pkgsrc/devel/p5-Python-Serialise-Marshal/Makefile
obache 9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00

24 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:46 obache Exp $
#
DISTNAME= Python-Serialise-Marshal-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Python/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/~simonw/Python-Serialise-Marshal-0.02/lib/Python/Serialise/Marshal.pm
COMMENT= Module for reading and writing marshalled Python files
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-Binary>=1.0:../../devel/p5-File-Binary
DEPENDS+= {perl>=5,p5-Math-Complex-[0-9]*}:../../math/p5-Math-Complex
DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Python/Serialise/Marshal/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"