freebsd-ports/devel/rubygem-extras/Makefile
2019-09-05 17:11:10 +00:00

22 lines
445 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-forwardable-extended>=2.5<3:devel/rubygem-forwardable-extended
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>