blob: fc7728f0a043a75135d733fd2bd79ca1bd25b2ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-erubis
# Date created: 8 Oct 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= erubis
PORTVERSION= 2.6.2
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= clsung@freebsd.org
COMMENT= A fast, secure, and very extensible implementation of eRuby
BUILD_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>
|