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 = manage deprecation warnings for your distribution
MODULES = cpan
PKG_ARCH = *
DISTNAME = Package-DeprecationManager-0.17
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Package-Stash \
devel/p5-Params-Util \
devel/p5-Sub-Install \
devel/p5-Sub-Name
TEST_DEPENDS = devel/p5-Test-Fatal \
devel/p5-Test-Warnings
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Package-DeprecationManager-0.17.tar.gz) = HXQ62kgrXJhx2JSWbofUwg7clpMbuUn7JjiwAN3WaEs=
SIZE (Package-DeprecationManager-0.17.tar.gz) = 27647

View file

@ -0,0 +1,5 @@
This module allows you to manage a set of deprecations for one or more
modules.
When you import Package::DeprecationManager, you must provide a set of
-deprecations as a hash ref. The keys are "feature" names, and the
values are the version when that feature was deprecated.

View file

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