mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Upstream changes: https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simple_form
|
|
PORTVERSION= 3.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Forms made easy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activemodel4>=4:databases/rubygem-activemodel4 \
|
|
rubygem-actionpack4>=4:www/rubygem-actionpack4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|