mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
PORTNAME= gems
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for the RubyGems.org API
|
|
WWW= https://github.com/rubygems/gems
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|