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

19 lines
363 B
Makefile

PORTNAME= protocol
PORTVERSION= 2.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Method Protocols for Ruby Classes
WWW= https://flori.github.io/protocol/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-ruby_parser>=3.0<4:devel/rubygem-ruby_parser
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>