freebsd-ports/www/rubygem-erubis/Makefile
Sunpoet Po-Chuan Hsieh 9c974bdd1c - Add LICENSE
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
2013-12-31 06:58:51 +00:00

21 lines
369 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= erubis
PORTVERSION= 2.7.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, secure, and extensible implementation of eRuby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/erubis
.include <bsd.port.mk>