freebsd-ports/textproc/p5-String-RewritePrefix/Makefile
Steve Wills b86330d506 - Update to 0.006
PR:		ports/170851
Approved by:	maintainer timeout (bill.brinzer@gmail.com, >2 weeks)
2012-09-06 15:46:24 +00:00

24 lines
551 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.006
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
TEST_DEPENDS= p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
PERL_CONFIGURE= yes
MAN3= String::RewritePrefix.3
.include <bsd.port.mk>