aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bosh-template/Makefile
blob: 24f5b215abe34b6e51807843a328c45cd6088509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	bosh-template
PORTVERSION=	1.3262.24.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Renders bosh templates

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-semi_semantic>=1.1.0:devel/rubygem-semi_semantic

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/bosh-template

.include <bsd.port.mk>