Perl extension to locate and use lib directories.
This commit is contained in:
parent
737b73b9db
commit
9c61568b4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226503
5 changed files with 37 additions and 0 deletions
|
@ -1372,6 +1372,7 @@
|
|||
SUBDIR += p5-Filesys-Virtual-Plain
|
||||
SUBDIR += p5-Filter
|
||||
SUBDIR += p5-Filter-Template
|
||||
SUBDIR += p5-FindBin-libs
|
||||
SUBDIR += p5-Forest
|
||||
SUBDIR += p5-FreezeThaw
|
||||
SUBDIR += p5-Gearman
|
||||
|
|
21
devel/p5-FindBin-libs/Makefile
Normal file
21
devel/p5-FindBin-libs/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: FindBin::libs
|
||||
# Date created: 20 Jan 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FindBin-libs
|
||||
PORTVERSION= 1.37
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to locate and use lib directories
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= FindBin::libs.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-FindBin-libs/distinfo
Normal file
3
devel/p5-FindBin-libs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (FindBin-libs-1.37.tar.gz) = 2737429c92c8251034dcf9e26667b074
|
||||
SHA256 (FindBin-libs-1.37.tar.gz) = b31c9a60132ef64191a62d30b1c3eabade4b15922ea02d1715f78f677f9c3557
|
||||
SIZE (FindBin-libs-1.37.tar.gz) = 13030
|
7
devel/p5-FindBin-libs/pkg-descr
Normal file
7
devel/p5-FindBin-libs/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Locate and 'use lib' directories along the path of $FindBin::Bin to
|
||||
automate locating modules.
|
||||
|
||||
Uses File::Spec and Cwd's abs_path to accomodate multiple O/S and
|
||||
redundant symlinks.
|
||||
|
||||
WWW: http://search.cpan.org/dist/FindBin-libs/
|
5
devel/p5-FindBin-libs/pkg-plist
Normal file
5
devel/p5-FindBin-libs/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FindBin/libs/.packlist
|
||||
%%SITE_PERL%%/FindBin/libs.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FindBin/libs
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FindBin
|
||||
@dirrm %%SITE_PERL%%/FindBin
|
Loading…
Reference in a new issue