mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 0.08
- Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Web-Query/Changes PR: ports/162917 Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes
This commit is contained in:
parent
98df2b21a1
commit
cf076224fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286613
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= Web-Query
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
@ -23,7 +24,12 @@ RUN_DEPENDS= p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Web::Query.3 \
|
||||
Web::README.3
|
||||
MAN3= Web::Query.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Web-Query-0.06.tar.gz) = 74c618e4bee3585db4f631aae34cc462d093adb4cc442cfec2aaca3528dd59c3
|
||||
SIZE (Web-Query-0.06.tar.gz) = 22401
|
||||
SHA256 (Web-Query-0.08.tar.gz) = 482e0c526e9aa85c81ca587770b5c2f367a31f9eee5076081ae1c7233d75baf7
|
||||
SIZE (Web-Query-0.08.tar.gz) = 23298
|
||||
|
@ -1,5 +1,4 @@
|
||||
%%SITE_PERL%%/Web/Query.pm
|
||||
%%SITE_PERL%%/Web/README.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web
|
||||
|
Loading…
Reference in New Issue
Block a user