diff options
Diffstat (limited to 'databases/p5-DBICx-Deploy/Makefile')
-rw-r--r-- | databases/p5-DBICx-Deploy/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile new file mode 100644 index 00000000000..956537e3981 --- /dev/null +++ b/databases/p5-DBICx-Deploy/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 19:11:41 seb Exp $ + +DISTNAME= DBICx-Deploy-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DBICx-Deploy/ +COMMENT= Perl 5 module to deploy a a DBIx::Class schema + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBICx/Deploy/.packlist + +BUILD_DEPENDS+= p5-DBD-SQLite:../../databases/p5-DBD-SQLite +DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class +DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |