opnsense-ports/devel/rubygem-librarian/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
365 B
Makefile

# $FreeBSD$
PORTNAME= librarian
PORTVERSION= 0.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= robak@FreeBSD.org
COMMENT= Ruby framework for writing bundlers
LICENSE= MIT
RUN_DEPENDS= ${PKGNAMEPREFIX}highline>=0:devel/rubygem-highline \
${PKGNAMEPREFIX}thor>=0.15:devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>