opnsense-ports/devel/rubygem-stomp/Makefile
Franco Fichtner 9662001b82 */*: sync with upstream
Taken from: FreeBSD
2017-04-15 17:43:55 +02:00

22 lines
400 B
Makefile

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