- Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= public_suffix
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby domain name parser based on the Public Suffix List
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
post-patch:
|
|
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/data/definitions.txt
|
|
|
|
.include <bsd.port.mk>
|