freebsd-ports/net/rubygem-right_flexiscale/Makefile
Sunpoet Po-Chuan Hsieh 8bf703b74e - Move net/rubygem-rightflexiscale to net/rubygem-right_flexiscale
- Add LICENSE
- Fix RUN_DEPENDS
- Remove UNIQUENAME
- Update WWW
- Bump PORTREVISION for dependency change
2015-05-27 15:04:15 +00:00

21 lines
410 B
Makefile

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