freebsd-ports/net/p5-Net-Amazon-EC2/Makefile
Beech Rintoul 5cab7ddd96 - Update to 0.06
- Rearrange the *_DEPENDS sections and fix pkg-plist

PR:		ports/120919
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2008-02-21 06:47:33 +00:00

34 lines
1 KiB
Makefile

# 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.06
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Perl interface to the Amazon Elastic Compute Cloud
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Amazon::EC2.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>