pkgsrc/devel/p5-Regexp-Assemble/Makefile
hiramatsu 70eb3fa8e2 Update p5-Regexp-Assele to 0.35.
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.
2011-11-25 08:15:10 +00:00

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"