1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/rubygem-addressable/Makefile
2020-02-02 08:28:37 +00:00

24 lines
432 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= addressable
PORTVERSION= 2.7.0
PORTREVISION= 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<5:dns/rubygem-public_suffix
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>