diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-04 10:37:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-04 10:37:04 +0000 |
commit | 32d92ccc55d21d94c935eb71fdf6880faa3f7ed1 (patch) | |
tree | 47a4680abb81009da18f7b12ee48345981daca21 /textproc/info2man | |
parent | fbd7daf5c40b364fec1089a35b086ab0c26abb69 (diff) |
Notes
Diffstat (limited to 'textproc/info2man')
-rw-r--r-- | textproc/info2man/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/info2man/Makefile b/textproc/info2man/Makefile index 91226785c18a..78a5a0ed568e 100644 --- a/textproc/info2man/Makefile +++ b/textproc/info2man/Makefile @@ -3,6 +3,7 @@ PORTNAME= info2man PORTVERSION= 20040717 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.cskk.ezoshosting.com/cs/css/ DISTNAME= ${PORTNAME} @@ -11,6 +12,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into man pages +RUN_DEPENDS= p5-Perl4-CoreLibs>0:${PORTSDIR}/devel/p5-Perl4-CoreLibs USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_BUILD= yes |