mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This module deals with the examination of the namespace of Perl modules.
WWW: http://search.cpan.org/dist/Module-List/ PR: ports/124422 Submitted by: Oleg A. Mamontov <oleg at mamontov.net> Approved by: tabthorpe (mentor)
This commit is contained in:
parent
9f0c9494cf
commit
5d05686fd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214606
5 changed files with 34 additions and 0 deletions
|
@ -1439,6 +1439,7 @@
|
|||
SUBDIR += p5-Module-Info
|
||||
SUBDIR += p5-Module-Info-File
|
||||
SUBDIR += p5-Module-Install
|
||||
SUBDIR += p5-Module-List
|
||||
SUBDIR += p5-Module-Load
|
||||
SUBDIR += p5-Module-Load-Conditional
|
||||
SUBDIR += p5-Module-Loaded
|
||||
|
|
21
devel/p5-Module-List/Makefile
Normal file
21
devel/p5-Module-List/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Module-List
|
||||
# Date created: 2008-06-09
|
||||
# Whom: Oleg A. Mamontov <oleg@mamontov.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Module-List
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= oleg@mamontov.net
|
||||
COMMENT= Module 'directory' listing
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Module::List.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Module-List/distinfo
Normal file
3
devel/p5-Module-List/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Module-List-0.001.tar.gz) = d6df7f9688a27713e9a6d3e98fac4dab
|
||||
SHA256 (Module-List-0.001.tar.gz) = a406a9c09c4279024494254e5f58f03c6350d83345d43323fab7e904c5eca8dd
|
||||
SIZE (Module-List-0.001.tar.gz) = 3388
|
3
devel/p5-Module-List/pkg-descr
Normal file
3
devel/p5-Module-List/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module deals with the examination of the namespace of Perl modules.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-List/
|
6
devel/p5-Module-List/pkg-plist
Normal file
6
devel/p5-Module-List/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Module/List.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/List/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/List
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
Loading…
Add table
Reference in a new issue