Date: Tue, 25 Sep 2018 16:08:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480672 - head/www/p5-Blog-Spam Message-ID: <201809251608.w8PG8e0R017746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 25 16:08:40 2018 New Revision: 480672 URL: https://svnweb.freebsd.org/changeset/ports/480672 Log: Add removed Perl core module to *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/p5-Blog-Spam/Makefile Modified: head/www/p5-Blog-Spam/Makefile ============================================================================== --- head/www/p5-Blog-Spam/Makefile Tue Sep 25 15:57:06 2018 (r480671) +++ head/www/p5-Blog-Spam/Makefile Tue Sep 25 16:08:40 2018 (r480672) @@ -3,7 +3,7 @@ PORTNAME= Blog-Spam PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SKX @@ -16,15 +16,17 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Net-CIDR-Lite>=0:net/p5-Net-CIDR-Lite \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ + p5-Net-CIDR-Lite>=0:net/p5-Net-CIDR-Lite \ p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-RPC-XML>=0:net/p5-RPC-XML \ p5-URI-Find>=0:textproc/p5-URI-Find \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809251608.w8PG8e0R017746>