freebsd-ports/devel/rubygem-forwardable/Makefile
Sunpoet Po-Chuan Hsieh a019a5dc99 Add rubygem-forwardable 1.3.1
The Forwardable module provides delegation of specified methods to a designated
object, using the methods #def_delegator and #def_delegators.

WWW: https://github.com/ruby/forwardable
2019-12-29 12:46:47 +00:00

19 lines
340 B
Makefile

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