1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/p5-VM-EC2/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
772 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= VM-EC2
PORTVERSION= 1.28
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Amazon EC2 services
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-AnyEvent-CacheDNS>=0.08:dns/p5-AnyEvent-CacheDNS \
p5-AnyEvent-HTTP>=2.15:www/p5-AnyEvent-HTTP \
p5-AnyEvent>=7.04:devel/p5-AnyEvent \
p5-JSON>=0:converters/p5-JSON \
p5-String-Approx>=3.26:devel/p5-String-Approx \
p5-URI>=1.40:net/p5-URI \
p5-XML-Simple>=2.18:textproc/p5-XML-Simple \
p5-libwww>=5.835:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>