opnsense-ports/devel/rubygem-cocaine/Makefile
Franco Fichtner 9f1182f5f5 */*: sync with upstream
Taken from: HardenedBSD
2018-02-04 12:49:34 +01:00

21 lines
398 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cocaine
PORTVERSION= 0.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Small library for doing (command) lines
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-terrapin>=${PORTVERSION}:devel/rubygem-terrapin
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>