New port: p5-Module-CoreList

Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $].  The second level hash
is module => version pairs.

It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
This commit is contained in:
Dmitry Sivachenko 2003-08-28 07:37:46 +00:00
parent 346e6c44bc
commit a06b8cd0c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87854
5 changed files with 40 additions and 0 deletions

View file

@ -666,6 +666,7 @@
SUBDIR += p5-Make
SUBDIR += p5-Memoize
SUBDIR += p5-Module-Build
SUBDIR += p5-Module-CoreList
SUBDIR += p5-Module-Info
SUBDIR += p5-Module-ScanDeps
SUBDIR += p5-OLE-Storage_Lite

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Module-CoreList
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= Module-CoreList
PORTVERSION= 1.91
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCLAMP
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
COMMENT= See what modules shipped with versions of perl
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= corelist.1
MAN3= Module::CoreList.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Module-CoreList-1.91.tar.gz) = 34c7c1eb8d38511fc601aa9855d3fc63

View file

@ -0,0 +1,6 @@
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $]. The second level hash
is module => version pairs.
It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.

View file

@ -0,0 +1,6 @@
bin/corelist
%%SITE_PERL%%/Module/CoreList.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module 2>/dev/null || true