diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-18 23:13:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-18 23:13:36 +0800 |
commit | a76e8a3aa4d8bcb1725f580eac54a1d2f383836e (patch) | |
tree | 2d617ff6b93451be5f0aab10ad1216b97ba2f462 /textproc | |
parent | 28fb28969aba3f2c40ee21087444a30cdd69489b (diff) | |
download | freebsd-ports-gnome-a76e8a3aa4d8bcb1725f580eac54a1d2f383836e.tar.gz freebsd-ports-gnome-a76e8a3aa4d8bcb1725f580eac54a1d2f383836e.tar.zst freebsd-ports-gnome-a76e8a3aa4d8bcb1725f580eac54a1d2f383836e.zip |
- add missing dependency
- bump PORTREVISION
PR: 120746
Submitted by: leeym@
Approved by: maintainer implicit
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 |