freebsd-ports/devel/rubygem-bootstrap_form/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

18 lines
297 B
Makefile

# $FreeBSD$
PORTNAME= bootstrap_form
PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Form builder using Twitter Bootstrap 3+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>