freebsd-ports/devel/rubygem-simple_form/Makefile
2013-10-30 02:46:01 +00:00

19 lines
415 B
Makefile

# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= simple_form
PORTVERSION= 2.1.0
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>