aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-erubis/Makefile
blob: 04b89ff1ea4095cf242b0e3ce85a7366f879607b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

PLIST_FILES=    bin/erubis

.include <bsd.port.mk>