7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:21 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= DBIx-ContextualFetch-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dbc
|
|
PKGREVISION= 1
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBIx-ContextualFetch/
|
|
COMMENT= Perl5 module adding contextual fetches to DBI
|
|
|
|
PERL5_PACKLIST= auto/DBIx/ContextualFetch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|