6e646c9f8a
Upstream changes: 0.320 2021-06-25 - fix check_prog to not find directories (RT#132993), thanks RJBS for reporting it again!
26 lines
818 B
Makefile
26 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.31 2021/10/01 23:43:25 wen Exp $
|
|
|
|
DISTNAME= Config-AutoConf-0.320
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Config-AutoConf
|
|
COMMENT= Perl 5 module to implement some of AutoConf macros in pure perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Config/AutoConf/.packlist
|
|
|
|
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
#DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder
|
|
|
|
# following lines do not seems to be necessary, but commentted out for the moment
|
|
#ALL_ENV+= TMPDIR=${WRKDIR}/tmp
|
|
|
|
#pre-configure:
|
|
# ${MKDIR} ${WRKDIR}/tmp
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|