opnsense-ports/devel/rubygem-stomp/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
400 B
Makefile

PORTNAME= stomp
PORTVERSION= 1.4.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol gem
WWW= https://github.com/stompgem/stomp
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem shebangfix
NO_ARCH= yes
PLIST_FILES= bin/catstomp bin/stompcat
SHEBANG_FILES= examples/*.sh test/*.sh
.include <bsd.port.mk>