freebsd-ports/devel/rubygem-getopt/Makefile
Martin Wilke 6e693270bd Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.

WWW: http://www.rubyforge.org/projects/shards

PR:		ports/144799
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2010-03-20 19:25:22 +00:00

20 lines
408 B
Makefile

# Ports collection makefile for: getopt
# Date created: Tue 16 Mar 2010
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
#
# $FreeBSD$
PORTNAME= getopt
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RF/shards
MAINTAINER= alexey@renatasystems.org
COMMENT= Command line parsing with Ruby
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>