freebsd-ports/dns/rubygem-public_suffix_service/Makefile
Sunpoet Po-Chuan Hsieh 253904a6ae - Add LICENSE
- Update GitHub repository link
2013-11-29 21:24:01 +00:00

18 lines
367 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= public_suffix_service
PORTVERSION= 0.9.1
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse and decompose domain names into TLD, domain, and subdomains
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>