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

23 lines
428 B
Makefile

PORTNAME= turn
PORTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= New output format for Test::Unit
WWW= https://github.com/turn-project/turn
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-ansi>=0:devel/rubygem-ansi \
rubygem-minitest>=4:devel/rubygem-minitest
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/turn
.include <bsd.port.mk>