Update editors/libreoffice-tn to version 5.2.5
[dports.git] / devel / rubygem-jquery-ui-themes / Makefile
1 # Created by: Ryan Steinmetz <zi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       jquery-ui-themes
5 PORTVERSION=    0.0.12
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Allows inclusion of pre-built jquery themes without editing
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE
14
15 RUN_DEPENDS=    rubygem-httparty>=0:www/rubygem-httparty
16
17 NO_ARCH=        yes
18 USE_RUBY=       yes
19 USES=           gem
20
21 .include <bsd.port.mk>