mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
863fce6a73
- Add LICENSE Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
19 lines
357 B
Makefile
19 lines
357 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= public_suffix
|
|
PORTVERSION= 1.3.3
|
|
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>
|