1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/rubygem-best_in_place/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
370 B
Makefile

# $FreeBSD$
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
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>