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

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

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
USE_RAKE=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>