diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:04:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:04:55 +0000 |
commit | c0fa18aea830e7925e4a5a0e228b05a886992298 (patch) | |
tree | f22d7607fc5369ae23c234ca58305d344dcbf822 | |
parent | df816a508ff0fa3e031d0e39fc4c0ac166246b5e (diff) | |
download | ports-c0fa18aea830e7925e4a5a0e228b05a886992298.tar.gz ports-c0fa18aea830e7925e4a5a0e228b05a886992298.zip |
Notes
3 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index baa14194a03c..af2a689f7cca 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormatText-WithLinks-AndTables -PORTVERSION= 0.02 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to convert HTML to text with tables in tact -BUILD_DEPENDS= p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ + p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/${PORTNAME} - USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo index 34c47359c2a0..f6d0dfda13dd 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 4e97159a8b8ab5ea0c417da2931221124dc0e1221a3307b270891d6f21852224 -SIZE (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 6937 +SHA256 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa +SIZE (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894 diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist index 2260af231fb1..c419fcc6e20b 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist @@ -1,2 +1,4 @@ -%%PERL5_MAN3%%/HTML::FormatText::WithLinks::AndTables.3.gz %%SITE_PERL%%/HTML/FormatText/WithLinks/AndTables.pm +%%SITE_PERL%%/HTML/FormatText/WithLinks/README.pod +%%PERL5_MAN3%%/HTML::FormatText::WithLinks::AndTables.3.gz +%%PERL5_MAN3%%/HTML::FormatText::WithLinks::README.3.gz |