forked from Lainports/freebsd-ports
Add LICENSE
- Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST
This commit is contained in:
parent
15449a05f7
commit
f0682af452
2 changed files with 23 additions and 24 deletions
|
|
@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Transport agnostic JSON RPC helper objects
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww \
|
||||
p5-Moose>=0.81:devel/p5-Moose \
|
||||
p5-JSON>=2.11:converters/p5-JSON \
|
||||
|
|
@ -21,13 +25,8 @@ BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww \
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502200
|
||||
TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,3 @@
|
|||
%%PERL5_MAN3%%/JSON::RPC::Common.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::HTTP.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::Text.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Message.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_1.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_2_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::TypeConstraints.3.gz
|
||||
%%SITE_PERL%%/JSON/RPC/Common.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Common/Marshal/HTTP.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Common/Marshal/Text.pm
|
||||
|
|
@ -32,3 +15,20 @@
|
|||
%%SITE_PERL%%/JSON/RPC/Common/Procedure/Return/Version_2_0.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Common/Procedure/Return/Version_2_0/Error.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Common/TypeConstraints.pm
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::HTTP.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::Text.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Message.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_1.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_2_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0::Error.3.gz
|
||||
%%PERL5_MAN3%%/JSON::RPC::Common::TypeConstraints.3.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue