19 lines
342 B
Makefile
19 lines
342 B
Makefile
PORTNAME= optimist
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command-line option parser for Ruby
|
|
WWW= https://www.manageiq.org/optimist/ \
|
|
https://github.com/ManageIQ/optimist
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|