freebsd-ports/devel/rubygem-slim/Makefile

23 lines
444 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= slim
PORTVERSION= 2.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Template language whose goal is reduce the syntax to essential parts
2013-10-20 06:08:49 +02:00
RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
rubygem-temple>=0.6.6:${PORTSDIR}/devel/rubygem-temple
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/slimrb
NO_STAGE= yes
.include <bsd.port.mk>