aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-jquery-ui-themes/Makefile
blob: 4c62b81ab101016acd42e9f74c62f43b2fa56569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	jquery-ui-themes
PORTVERSION=	0.0.12
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Allows inclusion of pre-built jquery themes without editing
WWW=		https://github.com/fatdude/jquery-ui-themes-rails

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

RUN_DEPENDS=	rubygem-httparty>=0:www/rubygem-httparty

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>