freebsd-ports/devel/rubygem-cocaine/Makefile
2021-04-06 16:31:07 +02:00

20 lines
386 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
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>