SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-Package-DeprecationManager/Makefile
Normal file
20
devel/p5-Package-DeprecationManager/Makefile
Normal 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>
|
2
devel/p5-Package-DeprecationManager/distinfo
Normal file
2
devel/p5-Package-DeprecationManager/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Package-DeprecationManager-0.17.tar.gz) = HXQ62kgrXJhx2JSWbofUwg7clpMbuUn7JjiwAN3WaEs=
|
||||
SIZE (Package-DeprecationManager-0.17.tar.gz) = 27647
|
5
devel/p5-Package-DeprecationManager/pkg/DESCR
Normal file
5
devel/p5-Package-DeprecationManager/pkg/DESCR
Normal 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.
|
2
devel/p5-Package-DeprecationManager/pkg/PLIST
Normal file
2
devel/p5-Package-DeprecationManager/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Package/DeprecationManager.pm
|
||||
@man man/man3p/Package::DeprecationManager.3p
|
Loading…
Add table
Add a link
Reference in a new issue