diff options
Diffstat (limited to 'dns/p5-Mozilla-PublicSuffix/Makefile')
-rw-r--r-- | dns/p5-Mozilla-PublicSuffix/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index f270ee0647e1..9ee8fda95180 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Mozilla-PublicSuffix -# Date created: 2012-03-14 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Mozilla-PublicSuffix -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.10 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +13,7 @@ COMMENT= Get public suffix of domain name via Mozilla Public Suffix List LICENSE= MIT -BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception |