20 lines
364 B
Makefile
20 lines
364 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= discordrb-webhooks-blackst0ne
|
|
PORTVERSION= 3.3.0
|
|
CATEGORIES= net-im rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Discord API for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rest-client>=2.0:www/rubygem-rest-client
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|