aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-trollop/Makefile
blob: 221bc89b8a1c7181feb407ef8aca499cdd5cea17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Dennis Herrmann <adox@mcx2.org>

PORTNAME=	trollop
PORTVERSION=	2.9.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Commandline option parser for Ruby that gets out of your way

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>