mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Changes: https://github.com/ruby/optparse/releases https://github.com/ruby/optparse/commits/master
18 lines
334 B
Makefile
18 lines
334 B
Makefile
PORTNAME= optparse
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Class for command-line option analysis
|
|
WWW= https://github.com/ruby/optparse
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|