pkgsrc/databases/p5-SQL-ReservedWords/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:43 wiz Exp $
DISTNAME= SQL-ReservedWords-0.8
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-ReservedWords/
COMMENT= Reserved SQL words by standard and vendors
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
PERL5_PACKLIST= auto/SQL/ReservedWords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"