pkgsrc/databases/p5-SQL-ReservedWords/Makefile
wen 18ad1d7ee1 Update to 0.8
Add LICENSE

Upstream changes:
0.8 2012-08-30 00:00
    - Added DB2 version 9 (Colin.Raybould@googlemail.com) RT#55070
    - Fixed sqlrw command (olaf@wundersolutions.com) RT#28367
2013-08-15 12:16:17 +00:00

18 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/08/15 12:16:17 wen Exp $
DISTNAME= SQL-ReservedWords-0.8
PKGNAME= p5-${DISTNAME}
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"