aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-emk-sinatra-url-for/Makefile
blob: 79faabe120adf9b20aad54d14658bce863189fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	emk-sinatra-url-for
PORTVERSION=	0.2.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Construct absolute paths and full URLs for a Sinatra application
WWW=		https://github.com/emk/sinatra-url-for

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-sinatra>=0.9.1.1:www/rubygem-sinatra

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>