c007bd79f5
- Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
23 lines
524 B
Makefile
23 lines
524 B
Makefile
PORTNAME= public_suffix
|
|
PORTVERSION= 5.0.1
|
|
PORTREVISION= 13
|
|
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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/data/definitions.txt
|
|
|
|
.include <bsd.port.mk>
|