pkgsrc/textproc/p5-Regexp-Copy/Makefile
sno bdbeb0e87d Importing textproc/p5-Regexp-Copy version 0.06 as dependency of scheduled
update of editors/p5-Padre-Plugin-Catalyst.

Regexp::Copy can copy the contents of one Regexp object to another. Regexp
objects created with qr// are impossible to dereference. This causes problems
on changing the data within the Regexp objects without want to loose the
reference on it. Regexp::Copy allows to change the Regexp by copying one
object created through qr// to another.

The Regex::Copy distribution also loads Regexp::Storable, which provides
hooks to allow the Storable persistence method to freeze and thaw Regexp
objects created by qr//.
2010-01-26 15:12:24 +00:00

22 lines
584 B
Makefile

# $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"