mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add p5-String-RewritePrefix 0.004, rewrite strings based on a set of
known prefixes. PR: ports/137133 Submitted by: Bill Brinzer <bill.brinzer xx gmail.com>
This commit is contained in:
parent
c6dd1a60ff
commit
3925af777f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238495
@ -587,6 +587,7 @@
|
||||
SUBDIR += p5-String-Format
|
||||
SUBDIR += p5-String-Fraction
|
||||
SUBDIR += p5-String-Koremutake
|
||||
SUBDIR += p5-String-RewritePrefix
|
||||
SUBDIR += p5-String-Scanf
|
||||
SUBDIR += p5-String-ShellQuote
|
||||
SUBDIR += p5-String-ShowDiff
|
||||
|
22
textproc/p5-String-RewritePrefix/Makefile
Normal file
22
textproc/p5-String-RewritePrefix/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: textproc/p5-String-RewritePrefix
|
||||
# Date created: 25 July 2009
|
||||
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-RewritePrefix
|
||||
PORTVERSION= 0.004
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= bill.brinzer@gmail.com
|
||||
COMMENT= Rewrite strings based on a set of known prefixes
|
||||
|
||||
PERL_CONFIGURE= 5.6.0+
|
||||
|
||||
MAN3= String::RewritePrefix.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-String-RewritePrefix/distinfo
Normal file
3
textproc/p5-String-RewritePrefix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (String-RewritePrefix-0.004.tar.gz) = 27aeb4769fb047651b996bcc12aeabca
|
||||
SHA256 (String-RewritePrefix-0.004.tar.gz) = a079101706cb12dbc8da4bdd7cd3b72199d76542275e48fb8ae9eb7c23bf609f
|
||||
SIZE (String-RewritePrefix-0.004.tar.gz) = 8969
|
3
textproc/p5-String-RewritePrefix/pkg-descr
Normal file
3
textproc/p5-String-RewritePrefix/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
String::RewritePrefix - rewrite strings based on a set of known prefixes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/String-RewritePrefix/
|
5
textproc/p5-String-RewritePrefix/pkg-plist
Normal file
5
textproc/p5-String-RewritePrefix/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/String/RewritePrefix.pm
|
||||
%%SITE_PERL%%/mach/auto/String/RewritePrefix/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/String/RewritePrefix
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/String
|
||||
@dirrmtry %%SITE_PERL%%/String
|
Loading…
Reference in New Issue
Block a user