freebsd-ports/devel/rubygem-optparse/Makefile
Sunpoet Po-Chuan Hsieh d3835f61ce Add rubygem-optparse 0.1.0
OptionParser is a class for command-line option analysis. It is much more
advanced, yet also easier to use, than GetoptLong, and is a more Ruby-oriented
solution.

WWW: https://github.com/ruby/optparse
2021-01-03 20:00:58 +00:00

21 lines
373 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= optparse
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class for command-line option analysis
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>