mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
22
perl/p5-Module-Implementation/Makefile
Normal file
22
perl/p5-Module-Implementation/Makefile
Normal 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
|
||||
2
perl/p5-Module-Implementation/distinfo
Normal file
2
perl/p5-Module-Implementation/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (Module-Implementation-0.09.tar.gz) = c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
|
||||
SIZE (Module-Implementation-0.09.tar.gz) = 18553
|
||||
10
perl/p5-Module-Implementation/pkg-descr
Normal file
10
perl/p5-Module-Implementation/pkg-descr
Normal 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/
|
||||
2
perl/p5-Module-Implementation/pkg-plist
Normal file
2
perl/p5-Module-Implementation/pkg-plist
Normal file
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Module/Implementation.pm
|
||||
%%PERL5_MAN3%%/Module::Implementation.3.gz
|
||||
Reference in New Issue
Block a user