SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,23 @@
COMMENT = combines List::Util, List::SomeUtils and List::UtilsBy
DISTNAME = List-AllUtils-0.19
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = textproc/p5-List-SomeUtils>=0.58 \
textproc/p5-List-UtilsBy>=0.11
PKG_ARCH = *
post-extract:
# install-xt-tools.sh contains "curl ... | sh", remove to be secure
rm -- ${WRKSRC}/dev-bin/install-xt-tools.sh
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (List-AllUtils-0.19.tar.gz) = MKgUarIad4e4xW1YKc+afysVJ207P8oHM2rDjTAC/7w=
SIZE (List-AllUtils-0.19.tar.gz) = 56605

View file

@ -0,0 +1,3 @@
Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized
package. This module will export all of the functions that either of those
three modules defines.

View file

@ -0,0 +1,2 @@
${P5SITE}/List/AllUtils.pm
@man man/man3p/List::AllUtils.3p