forked from Lainports/opnsense-ports
19 lines
410 B
Makefile
19 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-atmos-pure
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Client library for EMC Atmos REST API
|
|
|
|
RUN_DEPENDS= rubygem-log4r>=1.1.9:${PORTSDIR}/sysutils/rubygem-log4r \
|
|
rubygem-ruby-hmac>=0.4.0:${PORTSDIR}/security/rubygem-ruby-hmac
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|