aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-erubi/Makefile
blob: f1d99e82ec5c37dba8e625f0517c9f2b85bb90a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	erubi
PORTVERSION=	1.13.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ERB template engine for Ruby
WWW=		https://github.com/jeremyevans/erubi

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>