cd4fc3cf0d
See what modules are shipped with versions of Perl. 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 perlhist. ok msf@.
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/08 18:00:30 xsa Exp $
|
|
|
|
COMMENT= "see what modules shipped with versions of Perl"
|
|
|
|
DISTNAME= Module-CoreList-1.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|