diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 15:13:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 15:13:36 +0000 |
commit | ac5d137c8142ab2ee143fd83dc9544ef0e544160 (patch) | |
tree | 0371f8d5be8c800ca6814db971c7e93ecb2aad38 /textproc | |
parent | 78d911e204d81b5d276723a0a0b39e7d5dc4babf (diff) | |
download | ports-ac5d137c8142ab2ee143fd83dc9544ef0e544160.tar.gz ports-ac5d137c8142ab2ee143fd83dc9544ef0e544160.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index 0a99e7514d74..890aeacb5c0f 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -8,6 +8,7 @@ PORTNAME= Text-Reform PORTVERSION= 1.12.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Text/DCONWAY @@ -16,6 +17,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Manual text wrapping and reformatting +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version + PERL_CONFIGURE= yes MAN3= Text::Reform.3 |