22 lines
385 B
Makefile
22 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 1.4.4
|
|
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
|
|
|
|
PLIST_FILES= bin/catstomp bin/stompcat
|
|
|
|
SHEBANG_FILES= examples/*.sh test/*.sh
|
|
|
|
.include <bsd.port.mk>
|