pkgsrc/databases/p5-DBIx-Class-Loader/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

23 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:28 wiz Exp $
DISTNAME= DBIx-Class-Loader-0.21
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Loader/
COMMENT= Dynamic definition of DBIx::Class sub classes
DEPENDS+= p5-DBI>=1.3:../../databases/p5-DBI
DEPENDS+= p5-DBIx-Class>=0.04001:../../databases/p5-DBIx-Class
DEPENDS+= p5-Lingua-EN-Inflect>=0:../../textproc/p5-Lingua-EN-Inflect
DEPENDS+= p5-Text-Balanced>=0:../../textproc/p5-Text-Balanced
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/Loader/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"