aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-rightslicehost/Makefile
blob: 4c95f836bcc1af233bb905b2b6b37923370cdbd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

PORTNAME=   rightslicehost
PORTVERSION=    0.1.0
CATEGORIES= net rubygems
MASTER_SITES=   RG
DISTNAME=   right_slicehost-${PORTVERSION}

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Provides Ruby access to the Slicehost API

RUN_DEPENDS=    rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection

USE_RUBY=   yes
USE_RUBYGEMS=   yes
GEM_NAME=   ${DISTNAME}
RUBYGEM_AUTOPLIST=  yes
UNIQUENAME= ${PORTNAME}

.include <bsd.port.mk>