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

21 lines
430 B
Makefile

PORTNAME= webfinger
PORTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= WebFinger client library
WWW= https://github.com/nov/webfinger
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
rubygem-httpclient>=2.4:www/rubygem-httpclient
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>