pkgsrc/devel/p5-File-ShareDir/Makefile
mef bcbf671057 Update 1.03 to 1.102
--------------------
1.102    2014-05-12
    - Fix RT#95572 "necessary test files not copied into blib"
      Thanks to Graham Knop for fixing and Zefram for reporting
    - Explicitely require warnings as runtime prerequisite
      Thanks to Graham Knop for reporting

1.101   2014-05-10
    - Reformat Changes according to CPAN::Changes::Spec
    - Switch to EU::MM
    - fix RT#95401 (Thanks, Dolmen)
    - Taking Maintainership (Jens Rehsack, thanks to David Golden)
2015-01-31 01:31:34 +00:00

20 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/01/31 01:31:34 mef Exp $
DISTNAME= File-ShareDir-1.102
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-ShareDir/
COMMENT= Get a generic path to the share directory
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Inspector>=1.12:../../devel/p5-Class-Inspector
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/File/ShareDir/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"