aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-best_in_place/Makefile
blob: 4f4def355afa903c62632ecb243b866bbfd9239c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	best_in_place
PORTVERSION=	3.1.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	jQuery script to edit fields by clicking on them
WWW=		https://github.com/bernat/best_in_place

LICENSE=	MIT

RUN_DEPENDS=	rubygem-actionpack4>0:www/rubygem-actionpack4 \
		rubygem-railties4>0:www/rubygem-railties4

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>