624b274662
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.
21 lines
434 B
Makefile
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>
|