freebsd-ports/devel/p5-Regexp-Subst-Parallel/Makefile
Kevin Lo 624b274662 Initial import of p5-Regexp-Subst-Parallel 0.11
Regexp::Subst::Parallel is a module that allows you to make multiple
simultaneous substitutions safely. Using the sole exported "subst"
function has a rather different effect from doing each substitution
sequentially.
2010-04-30 05:56:49 +00:00

21 lines
434 B
Makefile

# New ports collection makefile for: p5-Regexp-Subst-Parallel
# Date created: 30 April 2010
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Regexp-Subst-Parallel
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Perform multiple substitutions on a string in parallel
PERL_CONFIGURE= yes
MAN3= Regexp::Subst::Parallel.3
.include <bsd.port.mk>