diff options
author | swills <swills@FreeBSD.org> | 2012-03-16 03:10:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-16 03:10:41 +0800 |
commit | e9e16f90c289abf5bf61adbbab84316d970e019b (patch) | |
tree | c127b4a0ae527b8ac45b37c8ede226a17bc57c74 /textproc | |
parent | 5fe7dd15d09a455b41bae7b4c54c5f257bddbae2 (diff) | |
download | freebsd-ports-gnome-e9e16f90c289abf5bf61adbbab84316d970e019b.tar.gz freebsd-ports-gnome-e9e16f90c289abf5bf61adbbab84316d970e019b.tar.zst freebsd-ports-gnome-e9e16f90c289abf5bf61adbbab84316d970e019b.zip |
- Add missing (undocumented) DEPENDS
- Bump PORTREVISION
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 521a638ce355..0d7632befb4e 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-EtText PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple plain-text to HTML converter +BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Text::EtText.3 Text::EtText::DefaultGlossary.3 \ |