diff options
author | clsung <clsung@FreeBSD.org> | 2005-01-22 10:53:16 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-01-22 10:53:16 +0800 |
commit | 268bfcf842ffd0f043bfde9a14847f891e1bb9a9 (patch) | |
tree | 57e0af7c0e7618c5b974596711973966ee6a7bd6 /textproc/txt2html/Makefile | |
parent | 0f098b2fd8cf618ee01a5cefc15caf7499e2927b (diff) | |
download | freebsd-ports-gnome-268bfcf842ffd0f043bfde9a14847f891e1bb9a9.tar.gz freebsd-ports-gnome-268bfcf842ffd0f043bfde9a14847f891e1bb9a9.tar.zst freebsd-ports-gnome-268bfcf842ffd0f043bfde9a14847f891e1bb9a9.zip |
- update to 2.35
- add new Build depend module (Filter::Simple)
Diffstat (limited to 'textproc/txt2html/Makefile')
-rw-r--r-- | textproc/txt2html/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 63b90e7d2ee2..1a399872b8c3 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= txt2html -PORTVERSION= 2.31 +PORTVERSION= 2.35 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= txt2html @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= txt2html MAINTAINER= ports@FreeBSD.org COMMENT= Convert raw text to something with a little HTML formatting -BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile +BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes |