diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-12 01:04:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-12 01:04:44 +0000 |
commit | fb5de755124516c35e91374ce45e1e81959e8b57 (patch) | |
tree | 7ceb67dd5b08bb29b07603c469633cc382691458 /textproc/p5-Text-Balanced | |
parent | b9d5fb2fde1564206f45027a073c7c42debdeb10 (diff) | |
download | ports-fb5de755124516c35e91374ce45e1e81959e8b57.tar.gz ports-fb5de755124516c35e91374ce45e1e81959e8b57.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Balanced')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index c886953d356d..4611534b13a8 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Balanced PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -17,6 +18,7 @@ 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 |