7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
19 lines
534 B
Makefile
19 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:42 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= DelimMatch-1.06a
|
|
PKGNAME= p5-Text-${DISTNAME}
|
|
SVR4_PKGNAME= p5tdm
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/
|
|
COMMENT= Find regexp delimited strings with proper nesting
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
|
|
PERL5_PACKLIST= auto/Text/DelimMatch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|