freebsd-ports/dns/rubygem-public_suffix/Makefile
2014-09-21 01:27:02 +00:00

18 lines
357 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= public_suffix
PORTVERSION= 1.4.6
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse and decompose a domain name into top level domain, domain and subdomains
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>