ports/www/rubygem-swd/Makefile
2021-11-13 15:44:43 +01:00

23 lines
502 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= swd
PORTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Simple Web Discovery Client Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \
rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \
rubygem-httpclient>=2.4:www/rubygem-httpclient
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>