aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-getopt/Makefile
blob: fddcb4d568411266a3f3e813dc5946405cfe4fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	getopt
PORTVERSION=	1.6.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Command line parsing with Ruby
WWW=		https://github.com/djberg96/getopt

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>