mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Required for gitlab-ce 16.10. Changes: https://github.com/shardlab/discordrb/blob/main/CHANGELOG.md
18 lines
328 B
Makefile
18 lines
328 B
Makefile
PORTNAME= discordrb-webhooks
|
|
PORTVERSION= 3.5.0
|
|
CATEGORIES= net-im rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Discord API for Ruby
|
|
WWW= https://github.com/shardlab/discordrb
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rest-client>=2.0:www/rubygem-rest-client
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|