freebsd-ports/devel/rubygem-slim/Makefile
Sunpoet Po-Chuan Hsieh f0092db8c2 - Update to 2.0.2
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/slim-template/slim/blob/master/CHANGES
2013-12-02 14:28:26 +00:00

22 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= slim
PORTVERSION= 2.0.2
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-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
.include <bsd.port.mk>