aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-addressable/Makefile
blob: 67a49c01da87b697cb3fb7c2e28f2e90af0d710f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    rubygem-addressable
# Date created:             01 March 2009
# Whom:                 Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   addressable
PORTVERSION=    2.2.0
CATEGORIES= www devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A replacement for the URI implementation

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>