opnsense-ports/net/rubygem-amq-protocol/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
401 B
Makefile

PORTNAME= amq-protocol
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AMQP serialization library for Ruby
WWW= https://github.com/ruby-amqp/amq-protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem python:env shebangfix
NO_ARCH= yes
REINPLACE_ARGS= -i ''
SHEBANG_FILES= codegen/codegen.py
.include <bsd.port.mk>