mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22 lines
483 B
Makefile
22 lines
483 B
Makefile
# 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>
|