mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
1b279c100b
more easily contribute to their maintenance.
22 lines
370 B
Makefile
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>
|