1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/rubygem-domainatrix/Makefile
Philip M. Gollucci 7eb20ebd6c The Domainatrix library is used for parsing domain names,
canonicalizing URLs, and a few other things. It uses the
list of domain names from the Public Suffix List to know
what constitutes a subdomain, domain, and public suffix.

WWW: http://github.com/pauldix/domainatrix

PR:		ports/148855
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-23 04:08:53 +00:00

23 lines
506 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.7
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Library for parsing domain names and canonicalizing URLs
RUN_DEPENDS= rubygem-addressable>=0.0.0:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>