freebsd-ports/www/rubygem-addressable/Makefile
Martin Wilke 9cfe01731d Addressable is a replacement for the URI implementation that is part of Ruby's
standard library. It more closely conforms to the relevant RFCs and adds support
for IRIs and URI templates.

WWW: http://rubyforge.org/projects/addressable/
2009-03-01 14:20:18 +00:00

19 lines
394 B
Makefile

# Ports collection makefile for: rubygem-addressable
# Date created: 01 March 2009
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= addressable
PORTVERSION= 2.0.2
CATEGORIES= www devel rubygems
MASTER_SITES= RF
MAINTAINER= miwi@FreeBSD.org
COMMENT= A replacement for the URI implementation
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>