freebsd-ports/devel/rubygem-strscan/Makefile
Sunpoet Po-Chuan Hsieh 2f210f113e Add rubygem-strscan 1.0.3
StringScanner provides for lexical scanning operations on a String.

WWW: https://github.com/ruby/strscan
2020-05-16 10:49:56 +00:00

17 lines
306 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= strscan
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide lexical scanning operations on a String
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>