freebsd-ports/devel/rubygem-getoptlong/Makefile
Sunpoet Po-Chuan Hsieh e8943d7c49 Update to 0.1.1
- Update LICENSE

Changes:	https://github.com/ruby/getoptlong/commits/master
2020-12-24 13:56:25 +00:00

21 lines
365 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= getoptlong
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GetoptLong for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>