freebsd-ports/textproc/p5-String-RewritePrefix/Makefile
Steve Wills 0111da1d24 - Add TEST_DEPENDS to enable testing
PR:		ports/164747
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:30:11 +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.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
TEST_DEPENDS= p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
PERL_CONFIGURE= yes
MAN3= String::RewritePrefix.3
.include <bsd.port.mk>