mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
23 lines
502 B
Makefile
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>
|