diff options
Diffstat (limited to 'dns/rubygem-public_suffix/Makefile')
-rw-r--r-- | dns/rubygem-public_suffix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 33fc13fedffc..1db3aa9bd7ec 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -1,12 +1,13 @@ PORTNAME= public_suffix PORTVERSION= 6.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby domain name parser based on the Public Suffix List -WWW= https://github.com/weppos/publicsuffix-ruby +WWW= https://simonecarletti.com/code/publicsuffix-ruby/ \ + https://github.com/weppos/publicsuffix-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt |