pkgsrc/devel/p5-Module-Install-XSUtil/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

28 lines
1,023 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:15 wiz Exp $
#
DISTNAME= Module-Install-XSUtil-0.45
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Install-XSUtil/
COMMENT= Perl 5 module providing utility functions for XS modules
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c # for test target
PERL5_PACKLIST= auto/Module/Install/XSUtil/.packlist
BUILD_DEPENDS+= p5-B-Hooks-OP-Annotation>=0.43:../../devel/p5-B-Hooks-OP-Annotation
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort
#BUILD_DEPENDS+= {perl>=5.12.0,p5-ExtUtils-ParseXS>=3.18}:../../devel/p5-ExtUtils-ParseXS
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Module-Install>=0.91:../../devel/p5-Module-Install
.include "../../devel/p5-B-Hooks-OP-Annotation/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"