mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Add p5-XSLoader 0.06, dynamically load C libraries into Perl code.
This commit is contained in:
parent
df5c2b9bbe
commit
d08d73e56a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145723
5 changed files with 37 additions and 0 deletions
|
@ -1197,6 +1197,7 @@
|
|||
SUBDIR += p5-VCS
|
||||
SUBDIR += p5-VCS-CVS
|
||||
SUBDIR += p5-Want
|
||||
SUBDIR += p5-XSLoader
|
||||
SUBDIR += p5-accessors
|
||||
SUBDIR += p5-base
|
||||
SUBDIR += p5-capitalization
|
||||
|
|
22
devel/p5-XSLoader/Makefile
Normal file
22
devel/p5-XSLoader/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: XSLoader
|
||||
# Date created: 18 October 2005
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XSLoader
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAPER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Dynamically load C libraries into Perl code
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XSLoader.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-XSLoader/distinfo
Normal file
2
devel/p5-XSLoader/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (XSLoader-0.06.tar.gz) = 6d04705f79be5df1df84c6e221761231
|
||||
SIZE (XSLoader-0.06.tar.gz) = 7589
|
9
devel/p5-XSLoader/pkg-descr
Normal file
9
devel/p5-XSLoader/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This module defines a standard simplified interface to the dynamic
|
||||
linking mechanisms available on many platforms. Its primary purpose is
|
||||
to implement cheap automatic dynamic loading of Perl modules.
|
||||
|
||||
For a more complicated interface, see DynaLoader. Many (most) features
|
||||
of DynaLoader are not implemented in XSLoader, like for example the
|
||||
dl_load_flags, not honored by XSLoader.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XSLoader/
|
3
devel/p5-XSLoader/pkg-plist
Normal file
3
devel/p5-XSLoader/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/XSLoader.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XSLoader/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XSLoader
|
Loading…
Add table
Reference in a new issue