7c14510e64
- Add LICENSE Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.rdoc
19 lines
320 B
Makefile
19 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Streaming Text Orientated Messaging Protocol gem
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/catstomp bin/stompcat
|
|
|
|
.include <bsd.port.mk>
|