pkgsrc/devel/p5-constant-def/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

20 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/05/29 23:36:27 wiz Exp $
#
DISTNAME= constant-def-0.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MO/MONS/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mons/constant-def-0.01/lib/constant/def.pm
COMMENT= Perl pragma to declare previously undeclared constants
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
DEPENDS+= {perl>=5.8.7,p5-constant>=1.05}:../../devel/p5-constant
DEPENDS+= p5-ex-lib>=0.03:../../devel/p5-ex-lib
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"