svn commit: r492573 - head/www/p5-WWW-Telegram-BotAPI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:08:34 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:08:26 2019
New Revision: 492573
URL: https://svnweb.freebsd.org/changeset/ports/492573

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/www/p5-WWW-Telegram-BotAPI/Makefile

Modified: head/www/p5-WWW-Telegram-BotAPI/Makefile
==============================================================================
--- head/www/p5-WWW-Telegram-BotAPI/Makefile	Sun Feb 10 00:08:23 2019	(r492572)
+++ head/www/p5-WWW-Telegram-BotAPI/Makefile	Sun Feb 10 00:08:26 2019	(r492573)
@@ -2,6 +2,7 @@
 
 PORTNAME=	WWW-Telegram-BotAPI
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ROBERTOF
@@ -14,14 +15,11 @@ LICENSE=	ART20 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Carp>=0:devel/p5-Carp \
-		p5-URI-Encode>0:www/p5-URI-Encode \
-		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
+RUN_DEPENDS=	p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
-		p5-ExtUtils-MakeMaker>=0:devel/p5-ExtUtils-MakeMaker
+		p5-URI-Encode>0:www/p5-URI-Encode
 
 USES=		perl5
-
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list