forked from Lainports/opnsense-ports
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cocaine
|
|
PORTVERSION= 0.5.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Small library for doing (command) lines
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-climate_control>=0.0.3:${PORTSDIR}/devel/rubygem-climate_control
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|