22 lines
498 B
Makefile
22 lines
498 B
Makefile
# Ports collection makefile for: rubygem-simple_form
|
|
# Date created: 2011-06-16
|
|
# Whom: rpsfa@rit.edu
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simple_form
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Forms made easy
|
|
|
|
RUN_DEPENDS= rubygem-activemodel>=3.0:${PORTSDIR}/databases/rubygem-activemodel \
|
|
rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|