opnsense-ports/www/rubygem-addressable/Makefile
Franco Fichtner 140c4059af */*: sync with upstream
Taken from: HardenedBSD
2019-07-18 18:11:36 +02:00

22 lines
414 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= addressable
PORTVERSION= 2.6.0
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Replacement for the URI implementation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>