pkgsrc/textproc/p5-Regexp-Common/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

22 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/10/03 21:57:57 wiz Exp $
#
DISTNAME= Regexp-Common-2011121001
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/
COMMENT= Provide commonly requested regular expressions
LICENSE= mit OR modified-bsd OR artistic OR artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Regexp/Common/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"