954f6d18f7
Approved by: portmgr (blanket)
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# Created by: rpsfa@rit.edu
|
|
|
|
PORTNAME= simple_form
|
|
PORTVERSION= 4.0.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
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
USES= cpe gem
|
|
CPE_VENDOR= plataformatec
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|