freebsd-ports/devel/rubygem-delegate/Makefile
Sunpoet Po-Chuan Hsieh 985f1da373 Update to 0.2.0
- Update LICENSE

Changes:	https://github.com/ruby/delegate/commits/master
2021-01-03 20:18:38 +00:00

21 lines
405 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= delegate
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide three abilities to delegate method calls to an object
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>