1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/rubygem-fog-softlayer/Makefile

23 lines
453 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-softlayer
PORTVERSION= 1.1.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provider to use the SoftLayer Cloud in applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>