create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD:perl/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= Module-Implementation
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Loads one of several alternate underlying implementations for a module
BUILD_DEPENDS+= p5-Module-Runtime>=0.012:perl/p5-Module-Runtime
BUILD_DEPENDS+= p5-Try-Tiny>=0:perl/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (Module-Implementation-0.09.tar.gz) = c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
SIZE (Module-Implementation-0.09.tar.gz) = 18553

View File

@@ -0,0 +1,10 @@
Module::Implementation abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide XS and pure
Perl implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple implementations.
Module::Implementation is only useful when you know all the implementations
ahead of time. If you want to load arbitrary implementations then you probably
want something like a plugin system, not this module.
WWW: http://search.cpan.org/dist/Module-Implementation/

View File

@@ -0,0 +1,2 @@
%%SITE_PERL%%/Module/Implementation.pm
%%PERL5_MAN3%%/Module::Implementation.3.gz