70eb3fa8e2
Change from previous: 0.35 2011-04-07 13:18:48 UTC - Update test suite to take into account the regexp engine changes for 5.14. No functional differences.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/11/25 08:15:10 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Regexp-Assemble-0.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/
|
|
COMMENT= Perl 5 module to assemble multiple regular expressions
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Regexp/Assemble/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|