2f210f113e
StringScanner provides for lexical scanning operations on a String. WWW: https://github.com/ruby/strscan
17 lines
306 B
Makefile
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>
|