blob: 6cbc57017c10c54d9ab5f272d172fbfa4785e0bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Mike Carlson <carlson39@llnl.gov>
# $FreeBSD$
PORTNAME= stompserver
PORTVERSION= 0.9.9
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provide reliable messaging using the stomp protocol
LICENSE= MIT
RUN_DEPENDS= rubygem-daemons>=1.0.2:devel/rubygem-daemons \
rubygem-eventmachine>=0.7.2:devel/rubygem-eventmachine \
rubygem-hoe>=1.3.0:devel/rubygem-hoe
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/stompserver
.include <bsd.port.mk>
|