freebsd-ports/www/rubygem-best_in_place-rails5/Makefile
Joseph Mingrone 1b279c100b Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
2017-08-05 03:25:17 +00:00

22 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= best_in_place
PORTVERSION= 3.1.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= jQuery script to edit fields by clicking on them
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \
rubygem-railties5>0:www/rubygem-railties5
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>