opnsense-ports/devel/rubygem-slim/Makefile
Franco Fichtner c88e7b67a5 */*: sync with upstream
Taken from: FreeBSD
2015-06-04 10:12:28 +02:00

23 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= slim
PORTVERSION= 3.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Template language whose goal is reduce the syntax to essential parts
LICENSE= MIT
RUN_DEPENDS= rubygem-temple>=0.7.3:${PORTSDIR}/devel/rubygem-temple \
rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/slimrb
.include <bsd.port.mk>