summaryrefslogtreecommitdiff
path: root/www/ruby-erubis26/Makefile
blob: 8a4f50dca7cdfb5a925746c5875bb8c01c716de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2011/12/15 14:33:35 taca Exp $

DISTNAME=	erubis-2.6.6
CATEGORIES=	www

# Note: www/ruby-actionpack3 needs erubis<2.7.
MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://www.kuwata-lab.com/erubis/
COMMENT=	Fast, secure, and extensible implementation of eRuby
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-abstract>=1.0.0:../../devel/ruby-abstract

CONFLICTS+=	ruby[1-9][0-9]-erubis-[0-9]* erubis-[0-9]*

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"