summaryrefslogtreecommitdiff
path: root/devel/rubygem-temple/Makefile
blob: c0d0d800c359e175b907ce9b8f92118213a4a85d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	temple
PORTVERSION=	0.10.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Template compilation framework in Ruby
WWW=		https://github.com/judofyr/temple

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>