aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-addressable23/Makefile
blob: 8adbdd8a374be9c7c9e4cd60f22d3cbe108c5810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	addressable
PORTVERSION=	2.3.8
CATEGORIES=	www devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	23

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Replacement for the URI implementation

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes
PORTSCOUT=	limit:^2\.3

.include <bsd.port.mk>