diff options
| author | Steve Wills <swills@FreeBSD.org> | 2012-03-17 18:37:51 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2012-03-17 18:37:51 +0000 |
| commit | c8e35e1ff4b58ea0cecbf78acddaba90734ff231 (patch) | |
| tree | b808cabae30554045e0a66f3d8294d9f13d4868b /textproc/p5-HTML-FormatText-WithLinks | |
| parent | 05df83d010392b7f8e7f8294cd115d8a19896693 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks')
| -rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 6707cbd6c505..d4901437a569 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-FormatText-WithLinks PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= loader@freebsdmall.com COMMENT= Perl5 module to convert HTML to text with links as footnotes -BUILD_DEPENDS= ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format -RUN_DEPENDS= ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format +BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= HTML::FormatText::WithLinks.3 |
