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:
Philippe Audeoud 2008-06-10 05:55:16 +00:00
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

View file

@ -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

View 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>

View 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

View 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/

View 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