freebsd-ports/net/rubygem-right_slicehost/Makefile
Sunpoet Po-Chuan Hsieh 089685e996 - Move net/rubygem-rightslicehost to net/rubygem-right_slicehost
- Update RUN_DEPENDS
- Remove UNIQUENAME
- Update WWW
- Bump PORTREVISION for dependency change
2015-05-27 15:04:35 +00:00

19 lines
422 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= right_slicehost
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides Ruby access to the Slicehost API
RUN_DEPENDS= rubygem-right_http_connection>=1.2.4:${PORTSDIR}/net/rubygem-right_http_connection
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>