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,17 @@
COMMENT = module name tools and transformations
DISTNAME = Module-Util-1.09
REVISION = 0
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Module-Util-1.09.tar.gz) = bPvLakUGREbsiqDuGn3dxCC1RGkwM0QYeu+E0sfz4sY=
SIZE (Module-Util-1.09.tar.gz) = 11661

View file

@ -0,0 +1,4 @@
This module provides a few useful functions for manipulating module
names. Its main aim is to centralise some of the functions commonly used
by modules that manipulate other modules in some way, like converting
module names to relative paths.

View file

@ -0,0 +1,5 @@
bin/pm_which
${P5SITE}/Module/
${P5SITE}/Module/Util.pm
@man man/man1/pm_which.1
@man man/man3p/Module::Util.3p