aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-slop3/Makefile
blob: 25bb9381f7161ce4f71c469c4c3692f5245a3511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	slop
PORTVERSION=	3.6.0
CATEGORIES=	devel ruby
MASTER_SITES=	RG
PKGNAMESUFFIX=	3

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>