freebsd-ports/dns/rubygem-public_suffix_service/Makefile
Po-Chuan Hsieh 339c467fcd
dns/public_suffix_list: Update to 20210430
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2021-05-02 06:19:07 +08:00

25 lines
575 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= public_suffix_service
PORTVERSION= 0.9.1
PORTREVISION= 52
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse and decompose domain names into TLD, domain, and subdomains
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-patch:
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/lib/public_suffix/definitions.txt
.include <bsd.port.mk>