mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7eb20ebd6c
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>
23 lines
506 B
Makefile
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>
|