aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-addressable/Makefile
blob: 2b7000a8e06ba696a9100d5747eafd6179ef43bb (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.3.2
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>