mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a8e4c315de
- Add PORTSCOUT
28 lines
611 B
Makefile
28 lines
611 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-aws
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Module for the 'fog' gem to support Amazon Web Services
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog-core1 \
|
|
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
|
|
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
|
|
rubygem-ipaddress>=0.8:net/rubygem-ipaddress
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|