blob: dcbb25ab7e35721c6002a6482dcfb4d3cf7cff75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|