Initial import of p5-Regexp-Copy-0.06
Perl Regexp::Copy allows you to copy the contents of one Regexp object to another.
This commit is contained in:
parent
bc0a71b1bb
commit
4fb4dcf541
20
devel/p5-Regexp-Copy/Makefile
Normal file
20
devel/p5-Regexp-Copy/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/19 21:59:02 bluhm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "copy perl Regexp objects"
|
||||
|
||||
DISTNAME= Regexp-Copy-0.06
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Regexp-Copy/distinfo
Normal file
4
devel/p5-Regexp-Copy/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Regexp-Copy-0.06.tar.gz) = d0f3875e0655c0ac9eb37813ec82c137
|
||||
RMD160 (Regexp-Copy-0.06.tar.gz) = 6c931212c749f9f9c6a9a3ddb6cedeee3f549ae9
|
||||
SHA1 (Regexp-Copy-0.06.tar.gz) = f328db71747a39c5cae42738bdd499b358b8b14a
|
||||
SIZE (Regexp-Copy-0.06.tar.gz) = 3104
|
4
devel/p5-Regexp-Copy/pkg/DESCR
Normal file
4
devel/p5-Regexp-Copy/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Regexp::Copy - copy Perl Regexp objects
|
||||
|
||||
Regexp::Copy allows you to copy the contents of one Regexp object
|
||||
to another.
|
12
devel/p5-Regexp-Copy/pkg/PLIST
Normal file
12
devel/p5-Regexp-Copy/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/19 21:59:02 bluhm Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Regexp/
|
||||
${P5ARCH}/Regexp/Copy.pm
|
||||
${P5ARCH}/Regexp/Storable.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Regexp/
|
||||
${P5ARCH}/auto/Regexp/Copy/
|
||||
${P5ARCH}/auto/Regexp/Copy/Copy.bs
|
||||
${P5ARCH}/auto/Regexp/Copy/Copy.so
|
||||
${P5ARCH}/auto/Regexp/Copy/autosplit.ix
|
||||
@man man/man3p/Regexp::Copy.3p
|
Loading…
Reference in New Issue
Block a user