mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
26 lines
528 B
Makefile
26 lines
528 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= swd
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 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-activesupport5>=3:devel/rubygem-activesupport5 \
|
|
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>
|