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

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Templating system for URIs

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>