freebsd-ports/devel/rubygem-slim/Makefile
Sunpoet Po-Chuan Hsieh 4034bc9c9b - Update to 3.0.6 and unbreak this port
- While I'm here, add LICENSE_FILE

Changes:	https://github.com/slim-template/slim/blob/master/CHANGES
PR:		205605
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
2015-12-25 21:04:04 +00:00

24 lines
487 B
Makefile

# $FreeBSD$
PORTNAME= slim
PORTVERSION= 3.0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Template language whose goal is reduce the syntax to essential parts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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>