diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:04:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 08:04:55 +0800 |
commit | 4d4f94dbb28b61c2ef1f5b16c1e9ad590411eba3 (patch) | |
tree | f22d7607fc5369ae23c234ca58305d344dcbf822 /textproc/p5-HTML-FormatText-WithLinks-AndTables | |
parent | 413da418d147db941ffe4b832db2ae1ee06398a1 (diff) | |
download | freebsd-ports-gnome-4d4f94dbb28b61c2ef1f5b16c1e9ad590411eba3.tar.gz freebsd-ports-gnome-4d4f94dbb28b61c2ef1f5b16c1e9ad590411eba3.tar.zst freebsd-ports-gnome-4d4f94dbb28b61c2ef1f5b16c1e9ad590411eba3.zip |
- Update to 0.06
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/Changes
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks-AndTables')
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 |