mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add p5-DynaLoader-Functions 0.001
DynaLoader::Functions provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindful of the space of platform variations. WWW: http://search.cpan.org/dist/DynaLoader-Functions/
This commit is contained in:
parent
7fab964151
commit
68c1486e94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290689
@ -1683,6 +1683,7 @@
|
||||
SUBDIR += p5-Directory-Scratch-Structured
|
||||
SUBDIR += p5-Dist-CheckConflicts
|
||||
SUBDIR += p5-Dist-Joseki
|
||||
SUBDIR += p5-DynaLoader-Functions
|
||||
SUBDIR += p5-EV
|
||||
SUBDIR += p5-Env-PS1
|
||||
SUBDIR += p5-Env-Path
|
||||
|
31
devel/p5-DynaLoader-Functions/Makefile
Normal file
31
devel/p5-DynaLoader-Functions/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-DynaLoader-Functions
|
||||
# Date created: 2012-02-07
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DynaLoader-Functions
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Deconstructed dynamic C library loading
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DynaLoader::Functions.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-DynaLoader-Functions/distinfo
Normal file
2
devel/p5-DynaLoader-Functions/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (DynaLoader-Functions-0.001.tar.gz) = 4fff7fb35e5dc3d1f947277d548393f4c23c59190b68e8553ed800615ff76570
|
||||
SIZE (DynaLoader-Functions-0.001.tar.gz) = 9572
|
6
devel/p5-DynaLoader-Functions/pkg-descr
Normal file
6
devel/p5-DynaLoader-Functions/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
DynaLoader::Functions provides a function-based interface to dynamic loading as
|
||||
used by Perl. Some details of dynamic loading are very platform-dependent, so
|
||||
correct use of these functions requires the programmer to be mindful of the
|
||||
space of platform variations.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DynaLoader-Functions/
|
5
devel/p5-DynaLoader-Functions/pkg-plist
Normal file
5
devel/p5-DynaLoader-Functions/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/DynaLoader/Functions.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DynaLoader/Functions/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DynaLoader/Functions
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DynaLoader
|
||||
@dirrmtry %%SITE_PERL%%/DynaLoader
|
Loading…
Reference in New Issue
Block a user