mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Use dns/public_suffix_list for up-to-date public suffix list
- Bump PORTREVISION for package change
This commit is contained in:
parent
9f5647af04
commit
846eb6a46d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404974
@ -4,7 +4,7 @@
|
||||
PORTNAME= Mozilla-PublicSuffix
|
||||
PORTVERSION= 0.1.19
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -16,10 +16,14 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user