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,20 @@
COMMENT = sophisticated exporter for custom-built routines
DISTNAME = Sub-Exporter-0.988
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Data-OptList>=0.10 \
devel/p5-Params-Util>=0.14 \
devel/p5-Sub-Install>=0.92
TEST_DEPENDS = devel/p5-Package-Generator
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Sub-Exporter-0.988.tar.gz) = IzJIh9bFkPFFcC8HfYykLxsvJqO3bwjWbCweIeYGBAw=
SIZE (Sub-Exporter-0.988.tar.gz) = 56906

View file

@ -0,0 +1,3 @@
The biggest benefit of Sub::Exporter over existing exporters
is its ability to build new coderefs for export, rather than to
simply export code identical to that found in the exporting package.

View file

@ -0,0 +1,9 @@
${P5SITE}/Sub/Exporter/
${P5SITE}/Sub/Exporter.pm
${P5SITE}/Sub/Exporter/Cookbook.pod
${P5SITE}/Sub/Exporter/Tutorial.pod
${P5SITE}/Sub/Exporter/Util.pm
@man man/man3p/Sub::Exporter.3p
@man man/man3p/Sub::Exporter::Cookbook.3p
@man man/man3p/Sub::Exporter::Tutorial.3p
@man man/man3p/Sub::Exporter::Util.3p