19 lines
401 B
Makefile
19 lines
401 B
Makefile
PORTNAME= extras
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides patches to stdlib that provide extra functions
|
|
WWW= https://github.com/envygeeks/extras
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-forwardable-extended>=2.5<3:devel/rubygem-forwardable-extended
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|