freebsd-ports/devel/rubygem-forwardable/Makefile
Sunpoet Po-Chuan Hsieh 6cdb966d16 Update to 1.3.2
- Update LICENSE

Changes:	https://github.com/ruby/forwardable/commits/master
2021-01-03 20:19:27 +00:00

20 lines
364 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= forwardable
PORTVERSION= 1.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides delegation of specified methods to a designated object
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>