deb25c9622
- While I'm here: - Add LICENSE - Add NO_ARCH This is a Rails gem for conveniently manage multiple nested models in a single form. It does so in an unobtrusive way through jQuery or Prototype. WWW: https://github.com/ryanb/nested_form PR: 203557 Submitted by: Michael Fausten <ports@michael-fausten.de>
19 lines
344 B
Makefile
19 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nested_form
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@michael-fauste.de
|
|
COMMENT= Handle multiple models in one form through jQuery or Prototype
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|