git: 136c65d61d67 - main - ftp/pure-ftpd: Remove unneeded Perl dependency

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Apr 2025 14:02:17 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=136c65d61d677af75eb6f36039855098b05795ca

commit 136c65d61d677af75eb6f36039855098b05795ca
Author:     Christos Chatzaras <chris@cretaforce.gr>
AuthorDate: 2025-04-09 13:57:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 13:57:50 +0000

    ftp/pure-ftpd: Remove unneeded Perl dependency
    
    - Bump PORTREVISION for dependency change
    
    PR:             285342
---
 ftp/pure-ftpd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 93b4eca1c92d..ca9218b36331 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pure-ftpd
 PORTVERSION=	1.0.52
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	https://github.com/jedisct1/pure-ftpd/releases/download/${PORTVERSION}/ \
 		https://download.pureftpd.org/pub/pure-ftpd/releases/
@@ -12,8 +13,7 @@ WWW=		https://www.pureftpd.org/ \
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe perl5 tar:bzip2
-USE_PERL5=	run
+USES=		cpe tar:bzip2
 
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc \
 		--with-altlog --with-cookie --with-diraliases \