forked from Lainports/freebsd-ports
- Add LICENSE - Reformat pkg-descr - Take maintainership Changes: https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amq-protocol
|
|
PORTVERSION= 1.9.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= AMQP serialization library for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|