pkgsrc/devel/p5-ExtUtils-Depends/Makefile
mef 3e611e5640 (devel/p5-ExtUtils-Depends) Upated 0.405 to 0.8000
0.8000
    - Bump version so https://metacpan.org/pod/ExtUtils::Depends shows the
      correct _ExtUtils::Depends_ module
    - Quote directories with spaces
2019-10-17 14:24:33 +00:00

18 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.32 2019/10/17 14:24:33 mef Exp $
DISTNAME= ExtUtils-Depends-0.8000
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
#HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Depends/
COMMENT= Easily build XS extensions that depend on XS extensions
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"