mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
06b4cd2ec8
- Add LICENSE - Support STAGEDIR - Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Fix *_DEPENDS: add missing www/p5-LWP-Protocol-https - Sort *_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Net-Amazon-EC2/Changelog PR: ports/185201 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
30 lines
846 B
Makefile
30 lines
846 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Amazon-EC2
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl interface to the Amazon Elastic Compute Cloud
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
|
p5-Moose>=0.38:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|