forked from Lainports/freebsd-ports
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
19 lines
340 B
Makefile
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>
|