aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-strscan/Makefile
blob: 22539f4c862ba390a119f178e681a56b6da63a8d (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.3
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>