diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-12 21:30:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-12 21:30:26 +0800 |
commit | 2d99dabe25c1ff532b2a263f58ef5447a3d71f57 (patch) | |
tree | f19cf3850e7a78203bbe5ca606b38d8f05b5683f /net/p5-Net-Amazon-EC2 | |
parent | 38ac0008d9661bea56c2b0010b5e28fc7942b8b0 (diff) | |
download | freebsd-ports-gnome-2d99dabe25c1ff532b2a263f58ef5447a3d71f57.tar.gz freebsd-ports-gnome-2d99dabe25c1ff532b2a263f58ef5447a3d71f57.tar.zst freebsd-ports-gnome-2d99dabe25c1ff532b2a263f58ef5447a3d71f57.zip |
This module provides a Perlish interface to Amazon Elastic Compute Cloud.
WWW: http://search.cpan.org/~jkim/Net-Amazon-EC2-0.04/
PR: ports/117684
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Diffstat (limited to 'net/p5-Net-Amazon-EC2')
-rw-r--r-- | net/p5-Net-Amazon-EC2/Makefile | 39 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/files/pkg-message.in | 15 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/pkg-plist | 5 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net/p5-Net-Amazon-EC2/Makefile b/net/p5-Net-Amazon-EC2/Makefile new file mode 100644 index 000000000000..83f870493f8f --- /dev/null +++ b/net/p5-Net-Amazon-EC2/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: p5-Net-Amazon-EC2 +# Date created: 2007-10-30 +# Whom: Greg Larkin <glarkin@sourcehosting.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-Amazon-EC2 +PORTVERSION= 0.04 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Perl interface to the Amazon Elastic Compute Cloud + +RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Net::Amazon::EC2.3 + +SUB_FILES= pkg-message + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/net/p5-Net-Amazon-EC2/distinfo b/net/p5-Net-Amazon-EC2/distinfo new file mode 100644 index 000000000000..6641b3ffed4e --- /dev/null +++ b/net/p5-Net-Amazon-EC2/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Amazon-EC2-0.04.tar.gz) = ece4853add4fa8a693b71c106c1659bb +SHA256 (Net-Amazon-EC2-0.04.tar.gz) = 8fa7e7008e316c8a2aabf218b814092ca7974a51ba02ab3047a576ee5b79e219 +SIZE (Net-Amazon-EC2-0.04.tar.gz) = 23174 diff --git a/net/p5-Net-Amazon-EC2/files/pkg-message.in b/net/p5-Net-Amazon-EC2/files/pkg-message.in new file mode 100644 index 000000000000..71c8336f1803 --- /dev/null +++ b/net/p5-Net-Amazon-EC2/files/pkg-message.in @@ -0,0 +1,15 @@ + +You need to do some things before you can use the Amazon Elastic +Compute Cloud: + +1) Visit http://aws.amazon.com/ to create an Amazon AWS account. + +2) Obtain your AWS public key and secret key to use with the EC2 service. + +3) Create AMIs and use them as needed. + + DISCLAIMER: No one but you is responsible for paying Amazon to use + the EC2 service. EC2 does not have a free sandbox area, + so be aware how much money you are spending to use the + service. + diff --git a/net/p5-Net-Amazon-EC2/pkg-descr b/net/p5-Net-Amazon-EC2/pkg-descr new file mode 100644 index 000000000000..c12d13b09184 --- /dev/null +++ b/net/p5-Net-Amazon-EC2/pkg-descr @@ -0,0 +1,3 @@ +This module provides a Perlish interface to Amazon Elastic Compute Cloud. + +WWW: http://search.cpan.org/~jkim/Net-Amazon-EC2-0.04/ diff --git a/net/p5-Net-Amazon-EC2/pkg-plist b/net/p5-Net-Amazon-EC2/pkg-plist new file mode 100644 index 000000000000..849d01ae96e8 --- /dev/null +++ b/net/p5-Net-Amazon-EC2/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/Amazon/EC2.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/EC2/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/EC2 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon +@dirrm %%SITE_PERL%%/Net/Amazon |