7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
534 B
Makefile
19 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:32 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= DelimMatch-1.06a
|
|
PKGNAME= p5-Text-${DISTNAME}
|
|
SVR4_PKGNAME= p5tdm
|
|
PKGREVISION= 2
|
|
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"
|