22 lines
376 B
Makefile
22 lines
376 B
Makefile
|
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
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>
|