git: afb3a10cf68d - main - www/unit-perl: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:50:27 UTC
The branch main has been updated by rene:

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

commit afb3a10cf68df423ec597ed23c2d62c535f32df4
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:50:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:50:18 +0000

    www/unit-perl: Remove expired port
    
    2025-12-31 www/unit-perl: Upstream repo archived on Oct 8 2025
---
 MOVED                  |  1 +
 www/Makefile           |  1 -
 www/unit-perl/Makefile | 32 --------------------------------
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 172788b6160b..003bd062e500 100644
--- a/MOVED
+++ b/MOVED
@@ -4959,3 +4959,4 @@ graphics/stamp||2025-12-31|Has expired: historical tool, use imagemagick instead
 japanese/eterm||2025-12-31|Has expired: unmaintained upstream, use x11/terminology instead
 x11/eterm||2025-12-31|Has expired: unmaintained upstream, use x11/terminology instead
 databases/pgpool-II-42||2025-12-31|Has expired: Upstream EOL reaches on 2025-11-30
+www/unit-perl||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
diff --git a/www/Makefile b/www/Makefile
index ecb569954a3c..f1f281035c34 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2647,7 +2647,6 @@
     SUBDIR += ungoogled-chromium
     SUBDIR += unit
     SUBDIR += unit-java
-    SUBDIR += unit-perl
     SUBDIR += unit-php
     SUBDIR += unit-ruby
     SUBDIR += unit-wasm
diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile
deleted file mode 100644
index 2c0ed4d5d7ab..000000000000
--- a/www/unit-perl/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PKGNAMESUFFIX=	-${UNIT_MODNAME}
-
-UNIT_MODNAME=	perl${PERL_VER}
-
-COMMENT=	Perl module for NGINX Unit
-
-PLIST_FILES=	libexec/unit/modules/${UNIT_MODNAME}.unit.so
-
-RUN_DEPENDS=	unitd:www/unit
-
-USES=		perl5
-
-USE_RC_SUBR?=	# reset to empty
-
-MASTERDIR=	${.CURDIR}/../unit
-
-post-configure:
-	cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} perl \
-		--module=${UNIT_MODNAME}
-
-do-build:
-	cd ${CONFIGURE_WRKSRC} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-			${MAKEFILE} ${MAKE_ARGS} ${UNIT_MODNAME}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-	${INSTALL_LIB} ${WRKSRC}/build/lib/unit/modules/${UNIT_MODNAME}.unit.so \
-		${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"