opnsense-ports/devel/rubygem-bootstrap_form/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
477 B
Makefile

PORTNAME= bootstrap_form
PORTVERSION= 4.2.0
PORTREVISION= 5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Form builder using Twitter Bootstrap 3+
WWW= https://github.com/bootstrap-ruby/rails-bootstrap-forms
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \
rubygem-activemodel61>=5.0:databases/rubygem-activemodel61
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>