mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
40c7f4b37c
Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md https://github.com/fog/fog-softlayer/commits/master
23 lines
453 B
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>
|