freebsd-ports/devel/rubygem-gems/Makefile
2021-04-06 16:31:07 +02:00

19 lines
316 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= gems
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for the RubyGems.org API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>