summaryrefslogtreecommitdiff
path: root/devel/rubygem-strscan/Makefile
blob: 2948dcddd52770b7ffeec5da4d027a9aeeecc64d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	strscan
PORTVERSION=	3.1.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provide lexical scanning operations on a String
WWW=		https://github.com/ruby/strscan

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USES=		gem

.include <bsd.port.mk>