2009-04-08 21:41:30 +02:00
|
|
|
# New ports collection makefile for: rubygem-streetaddress
|
|
|
|
# Date created: 7 April 2009
|
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= StreetAddress
|
2011-10-26 05:04:07 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2009-04-08 21:41:30 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2009-04-08 21:41:30 +02:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-04-08 21:41:30 +02:00
|
|
|
COMMENT= Parses one line street addresses into normalized address object
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|