freebsd-ports/devel/rubygem-fast_blank/Makefile
Joseph Mingrone 01b96bbfe7 New port, rubygem-fast_blank: Fast string blank implementation
Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/SamSaffron/fast_blank/

Approved by:	swills (mentor, implicit)
2017-04-10 20:43:01 +00:00

17 lines
268 B
Makefile

# $FreeBSD$
PORTNAME= fast_blank
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Fast String blank implementation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>