24 lines
551 B
Makefile
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>
|