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.
18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.22 2013/05/31 12:39:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= DBIx-DataSource-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
SVR4_PKGNAME= p5dxd
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.420.am/dbix-datasource/
|
|
COMMENT= Create and drop functions for databases
|
|
|
|
PERL5_PACKLIST= auto/DBIx/DataSource/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|