diff options
Diffstat (limited to 'textproc/p5-Regexp-Copy/Makefile')
-rw-r--r-- | textproc/p5-Regexp-Copy/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Regexp-Copy/Makefile b/textproc/p5-Regexp-Copy/Makefile new file mode 100644 index 00000000000..66eb0fee870 --- /dev/null +++ b/textproc/p5-Regexp-Copy/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 15:12:24 sno Exp $ +# + +DISTNAME= Regexp-Copy-0.06 +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-Copy/ +COMMENT= Perl5 module to copy Regexp objects +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Regexp/Copy/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |