91b08012c3
Upstream changes: 0.82 Sun 31 Mar 2019 04:10:24 PM CEST - Another fix for @INC PR#69 TINITA
23 lines
698 B
Makefile
23 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.41 2019/04/07 02:01:15 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Inline-0.82
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Inline/
|
|
COMMENT= Perl5 module for writing Perl subroutines in other languages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.09}:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent
|
|
DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
|
|
PERL5_PACKLIST= auto/Inline/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|