forked from Lainports/freebsd-ports
Changes: https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md https://github.com/plataformatec/simple_form/blob/v3.0/CHANGELOG.md
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simple_form
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Forms made easy
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \
|
|
rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|