mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Use single space after WWW:
This commit is contained in:
parent
f4b8d03338
commit
fa55600fc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363736
@ -10,11 +10,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Methods for retrieving RSS-ish information from an HTML document
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Methods for retreiving RSS-ish information from an HTML document.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-RSSAutodiscovery/
|
||||
WWW: http://search.cpan.org/dist/HTML-RSSAutodiscovery/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery/.packlist
|
||||
%%SITE_PERL%%/HTML/RSSAutodiscovery.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery/.packlist
|
||||
%%PERL5_MAN3%%/HTML::RSSAutodiscovery.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RSSAutodiscovery
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
|
Loading…
Reference in New Issue
Block a user