1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/rubygem-rightgogrid/Makefile
2014-01-24 14:53:03 +00:00

22 lines
479 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= rightgogrid
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
DISTNAME= right_gogrid-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides Ruby access to the GoGrid 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>