1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/dns/p5-Mozilla-PublicSuffix/Makefile
Sunpoet Po-Chuan Hsieh f793be091d - Update to 0.0.0.20160301
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2016-03-06 06:17:59 +00:00

30 lines
711 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mozilla-PublicSuffix
PORTVERSION= 0.1.19
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get public suffix of domain name via Mozilla Public Suffix List
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
PATCH_DEPENDS= public_suffix_list>=0:${PORTSDIR}/dns/public_suffix_list
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
post-patch:
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat
.include <bsd.port.mk>