mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Project::Libs automatically adds directories that may contain modules
which a project depends on. WWW: http://search.cpan.org/dist/Project-Libs/
This commit is contained in:
parent
88cd5ee73e
commit
166cfa589c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332805
@ -2569,6 +2569,7 @@
|
||||
SUBDIR += p5-Proc-Wait3
|
||||
SUBDIR += p5-Proc-WaitStat
|
||||
SUBDIR += p5-Project-Gantt
|
||||
SUBDIR += p5-Project-Libs
|
||||
SUBDIR += p5-Qudo
|
||||
SUBDIR += p5-RRDTool-OO
|
||||
SUBDIR += p5-Range-String
|
||||
|
19
devel/p5-Project-Libs/Makefile
Normal file
19
devel/p5-Project-Libs/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Project-Libs
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to add module directories of a project into @INC
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-FindBin-libs>0:${PORTSDIR}/devel/p5-FindBin-libs
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Project-Libs/distinfo
Normal file
2
devel/p5-Project-Libs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Project-Libs-0.02.tar.gz) = 45f8205330be869ce3500cbb6b08ccf9540d20f35f98fbd8dc77801dd16b48a0
|
||||
SIZE (Project-Libs-0.02.tar.gz) = 30858
|
4
devel/p5-Project-Libs/pkg-descr
Normal file
4
devel/p5-Project-Libs/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Project::Libs automatically adds directories that may contain modules
|
||||
which a project depends on.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Project-Libs/
|
6
devel/p5-Project-Libs/pkg-plist
Normal file
6
devel/p5-Project-Libs/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PERL5_MAN3%%/Project::Libs.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Project/Libs/.packlist
|
||||
%%SITE_PERL%%/Project/Libs.pm
|
||||
@dirrmtry %%SITE_PERL%%/Project
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Project/Libs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Project
|
Loading…
Reference in New Issue
Block a user