diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:19 +0000 |
commit | 980edde24bc9c7b9e15525d81668125e5b00d5bc (patch) | |
tree | 20dce7a0d389738efc0f0ed15a81c82a3313a40a | |
parent | 706d0dc70c950f2e7df064534d4c85e12a4f4791 (diff) |
Notes
-rw-r--r-- | net/p5-Net-Mosso-CloudFiles/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-Mosso-CloudFiles/pkg-descr | 2 |
2 files changed, 15 insertions, 12 deletions
diff --git a/net/p5-Net-Mosso-CloudFiles/Makefile b/net/p5-Net-Mosso-CloudFiles/Makefile index d623fc7426af..2a7b13159cdf 100644 --- a/net/p5-Net-Mosso-CloudFiles/Makefile +++ b/net/p5-Net-Mosso-CloudFiles/Makefile @@ -7,21 +7,24 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl interface to the Mosso CloudFiles service -RUN_DEPENDS= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ - p5-LWP-ConnCache-MaxKeepAliveRequests>=0:${PORTSDIR}/www/p5-LWP-ConnCache-MaxKeepAliveRequests \ - p5-JSON-XS-VersionOneAndTwo>=0:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \ p5-DateTime-Format-HTTP>=0:${PORTSDIR}/devel/p5-DateTime-Format-HTTP \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-JSON-XS-VersionOneAndTwo>=0:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \ + p5-LWP-ConnCache-MaxKeepAliveRequests>=0:${PORTSDIR}/www/p5-LWP-ConnCache-MaxKeepAliveRequests \ + p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 diff --git a/net/p5-Net-Mosso-CloudFiles/pkg-descr b/net/p5-Net-Mosso-CloudFiles/pkg-descr index f0d10cc23937..9e56ae6d1423 100644 --- a/net/p5-Net-Mosso-CloudFiles/pkg-descr +++ b/net/p5-Net-Mosso-CloudFiles/pkg-descr @@ -1,4 +1,4 @@ This module provides a Perlish interface to the Mosso CloudFiles service. -WWW: http://search.cpan.org/dist/Net-Mosso-CloudFiles/ +WWW: http://search.cpan.org/dist/Net-Mosso-CloudFiles/ |