blob: 15520c336d553f725def82f03fdb9d48f7bd9500 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= strscan
PORTVERSION= 3.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide lexical scanning operations on a String
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|