pkgsrc/devel/p5-ExtUtils-LibBuilder/Makefile
mef 6f843ace31 - make test fails as follows, but that is not with this update.
t/01-simple.t ..... ld: cannot find -lfoo
  error building /tmp/DGF3X5mKcu/foo from /tmp/DGF3X5mKcu/test.o
  at /usr/pkg/lib/perl5/5.22.0/ExtUtils/CBuilder/Base.pm line
  320, <DATA> line 226.

(upstream)
 - Updated to devel/p5-ExtUtils-LibBuilder-0.08
--------------------------------------------
0.08    Mon Oct 19 17:46:02 WEST 2015
        - Minor spelling fix (thanks to Gregor Herrmann,
        from Debian community).

0.07    Mon Sep 28 14:53:40 WEST 2015
        - Added minimum required Perl Version (kwalitee++).
2016-04-14 14:30:32 +00:00

20 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/04/14 14:30:32 mef Exp $
DISTNAME= ExtUtils-LibBuilder-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-LibBuilder/
COMMENT= Perl5 module for building C libraries
LICENSE= ${PERL5_LICENSE}
#BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder
USE_LANGUAGES= c
PERL5_PACKLIST= auto/ExtUtils/LibBuilder/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"