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)
17 lines
268 B
Makefile
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>
|