freebsd-ports/textproc/p5-String-RewritePrefix/Makefile
Andrej Zverev 7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00

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>