2009-01-08 18:52:53 +01:00
|
|
|
# New ports collection makefile for: rubygem-trollop
|
|
|
|
# Date created: 06/01/2009
|
|
|
|
# Whom: Dennis Herrmann <adox@mcx2.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= trollop
|
2011-07-09 11:45:23 +02:00
|
|
|
PORTVERSION= 1.16.2
|
2009-01-08 18:52:53 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-01-08 18:52:53 +01:00
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2009-01-08 18:52:53 +01:00
|
|
|
COMMENT= A commandline option parser for Ruby that gets out of your way
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
USE_RAKE= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2009-01-08 18:52:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|