pkgsrc/databases/p5-SQL-Statement/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

31 lines
825 B
Makefile

# $NetBSD: Makefile,v 1.42 2014/05/29 23:35:31 wiz Exp $
#
DISTNAME= SQL-Statement-1.405
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5sqs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/
COMMENT= Small, abstract SQL engine
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
CONFLICTS+= p5-DBI<=1.622
PERL5_PACKLIST= auto/SQL/Statement/.packlist
MAKE_ENV+= SQL_STATEMENT_WARN_UPDATE=sure
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"