mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 0.13
- Add LICENSE Changes: http://search.cpan.org/dist/WebService-Linode/Changes
This commit is contained in:
parent
54c04e6c5f
commit
c69014f4b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329226
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= WebService-Linode
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= WebService
|
||||
@ -14,16 +14,18 @@ COMMENT= Perl Interface to the Linode.com API
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
MAN3= WebService::Linode.3 \
|
||||
WebService::Linode::Base.3 \
|
||||
WebService::Linode::DNS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (WebService-Linode-0.11.tar.gz) = 3c7dc7ce8b713da3fb858fe273ab90bb5a4626366200472df907737f45bab6b1
|
||||
SIZE (WebService-Linode-0.11.tar.gz) = 13810
|
||||
SHA256 (WebService-Linode-0.13.tar.gz) = 42b9351b2a2e30db99dd540d373ecfe2c213a7db17e65c65ac170d84d4b31fe0
|
||||
SIZE (WebService-Linode-0.13.tar.gz) = 20311
|
||||
|
@ -1,8 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode/.packlist
|
||||
%%SITE_PERL%%/WebService/Linode.pm
|
||||
%%SITE_PERL%%/WebService/Linode/Base.pm
|
||||
%%SITE_PERL%%/WebService/Linode/DNS.pm
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Linode
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Linode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Linode
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
||||
|
Loading…
Reference in New Issue
Block a user