aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-addressable/Makefile
blob: 8e0a7ede23367d29beb2658519276f9ddc69e6bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Martin Wilke <miwi@FreeBSD.org>

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>