aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-stomp/Makefile
blob: b5fa70f8a255cb8fb7b466deda22f822cdb6b8c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   stomp
PORTVERSION=    1.3.5
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:autoplist

PLIST_FILES=    bin/catstomp bin/stompcat

.include <bsd.port.mk>