aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-getoptlong/Makefile
blob: 55f15951667d2d400d42069345b0ceae50f1df44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	getoptlong
PORTVERSION=	0.2.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	GetoptLong for Ruby
WWW=		https://github.com/ruby/getoptlong

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>