freebsd-ports/devel/rubygem-getopt/Makefile
Sunpoet Po-Chuan Hsieh fc2835e975 Update to 1.5.0
- Update LICENSE

Changes:	https://github.com/djberg96/getopt/blob/master/CHANGES
2019-03-09 14:38:01 +00:00

19 lines
310 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= getopt
PORTVERSION= 1.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line parsing with Ruby
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>