freebsd-ports/www/rubygem-heroku-api/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
321 B
Makefile

PORTNAME= heroku-api
PORTVERSION= 0.4.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Heroku API
LICENSE= MIT
RUN_DEPENDS= rubygem-excon>=0.45<1:devel/rubygem-excon \
rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>