98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
736 B
Makefile
23 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:50 wiz Exp $
|
|
|
|
DISTNAME= DBICx-Deploy-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBICx/Deploy/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
|
|
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
|
|
DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator
|
|
|
|
REPLACE_PERL+= bin/dbicdeploy
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|