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
491 B
Makefile
18 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:42 jlam Exp $
|
|
|
|
DISTNAME= Text-Glob-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tgl
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Glob/
|
|
COMMENT= Match globbing patterns against text
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Text/Glob/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|