7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# 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.005
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN: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>
|