bd19b4bac0
PR: ports/156432 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Ports collection makefile for: rubygem-domainatrix
|
|
# Date created: 22 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= domainatrix
|
|
PORTVERSION= 0.0.10
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Library for parsing domain names and canonicalizing URLs
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|