diff options
Diffstat (limited to 'textproc/p5-Text-Balanced/Makefile')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index 1d3da4f0ec52..35767932a798 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -6,19 +6,14 @@ # PORTNAME= Text-Balanced -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.02 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Extract delimited text sequences from strings -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Text::Balanced.3 |