mirror of https://git.FreeBSD.org/ports.git
19 lines
359 B
Makefile
19 lines
359 B
Makefile
PORTNAME= slack-messenger
|
|
PORTVERSION= 2.3.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Slim ruby wrapper for posting to slack webhooks
|
|
WWW= https://gitlab.com/gitlab-org/ruby/gems/slack-messenger
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-re2>=2.7.0<3:devel/rubygem-re2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|