Edit

IABSD.fr/ports/devel/p5-Module-CoreList/Makefile

Branch :

  • Show log

    Commit

  • Author : xsa
    Date : 2004-12-08 18:00:30
    Hash : cd4fc3cf
    Message : Initial import of p5-Module-CoreList-1.97 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@.

  • devel/p5-Module-CoreList/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>