mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
274 B
Makefile
19 lines
274 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= aws-eventstream
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= rubygems
|
|
MAINTAINER= none@FreeBSD.org
|
|
MASTER_SITES= RG
|
|
COMMENT= AWS Event Stream Library
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|