pkgsrc-wip/p5-CPANPLUS/Makefile
Makoto Fujiwara b0a7d89f14 - Add two depends, which configure warned to be missing
+DEPENDS+=      p5-Log-Message-[0-9]*:../../wip/p5-Log-Message
  +DEPENDS+=      p5-Object-Accessor-[0-9]*:../../wip/p5-Object-Accessor
- Remove patch-aa
  Comment said 'Remove user interaction from configure phase.'
  The similar code exists in different name file, but without this patch,
  no interraction appears.
2015-02-01 13:51:29 +00:00

23 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/02/01 13:51:29 makoto Exp $
DISTNAME= CPANPLUS-0.9152
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPANPLUS/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://cpanplus.sourceforge.net/
COMMENT= Ameliorated interface to the CPAN
LICENSE= ${PERL5_LICENSE}
INSTALL_TARGET= pure_install
DEPENDS+= p5-Log-Message-[0-9]*:../../wip/p5-Log-Message
DEPENDS+= p5-Object-Accessor-[0-9]*:../../wip/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"