aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-erubis/Makefile
blob: 9e98903662bfb179417aec906ab7cdc04708d47c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

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

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/erubis

.include <bsd.port.mk>