90fee669c0
The "CPANPLUS" library is an API to the "CPAN" mirrors and a collection of interactive shells, commandline programs, daemons, etc, that use this API.
23 lines
709 B
Makefile
23 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/06 05:12:28 mef Exp $
|
|
|
|
DISTNAME= CPANPLUS-0.9152
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPANPLUS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cpanplus.sourceforge.net/
|
|
COMMENT= Ameliorated interface to the CPAN
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
DEPENDS+= p5-Log-Message-[0-9]*:../../devel/p5-Log-Message
|
|
DEPENDS+= p5-Object-Accessor-[0-9]*:../../devel/p5-Object-Accessor
|
|
DEPENDS+= p5-Test-Reporter-[0-9]*:../../devel/p5-Test-Reporter
|
|
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
|
|
PERL5_PACKLIST= auto/CPANPLUS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|