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

PORTNAME=   addressable
PORTVERSION=    2.4.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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>