diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:08:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:08:26 +0800 |
commit | da0473b89cbc4a058bdd0acaaae1bdcd67c0c480 (patch) | |
tree | 577c84aaf8ef44cdc823a4e607232ffbe5a06449 /www | |
parent | 91f4e14337dc0f967bb80f382d658f478f4761f4 (diff) | |
download | freebsd-ports-gnome-da0473b89cbc4a058bdd0acaaae1bdcd67c0c480.tar.gz freebsd-ports-gnome-da0473b89cbc4a058bdd0acaaae1bdcd67c0c480.tar.zst freebsd-ports-gnome-da0473b89cbc4a058bdd0acaaae1bdcd67c0c480.zip |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Telegram-BotAPI/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-WWW-Telegram-BotAPI/Makefile b/www/p5-WWW-Telegram-BotAPI/Makefile index 42e3130ce55b..6a5215d5c755 100644 --- a/www/p5-WWW-Telegram-BotAPI/Makefile +++ b/www/p5-WWW-Telegram-BotAPI/Makefile @@ -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> |