freebsd-ports/devel/rubygem-stomp/Makefile
2018-11-06 21:11:48 +00:00

23 lines
386 B
Makefile

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