18 lines
314 B
Makefile
18 lines
314 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
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|