aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-slop/Makefile
blob: 4fb502aeb11fb6ff9c88cf3f6fe8031f21866656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	slop
PORTVERSION=	4.9.3
CATEGORIES=	devel ruby
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple DSL for gathering options and parsing the command line
WWW=		https://github.com/leejarvis/slop

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>