17 lines
344 B
Makefile
17 lines
344 B
Makefile
PORTNAME= forwardable-extended
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Forwardable with hash, and instance variable extensions
|
|
WWW= https://github.com/envygeeks/forwardable-extended
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|