19 lines
419 B
Makefile
19 lines
419 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simple_form
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Forms made easy
|
|
|
|
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>
|