pkgsrc/devel/p5-Find-Lib/Makefile
mef 855ff4d45b Import p5-Find-Lib-1.04 as devel/p5-Find-Lib.
The purpose of this module is to replace
    use FindBin;
    use lib "$FindBin::Bin/../bootstrap/lib";
with something shorter. This is specially useful if your project has a
lot of scripts (For instance tests scripts).
2015-04-30 02:44:09 +00:00

17 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/30 02:44:09 mef Exp $
DISTNAME= Find-Lib-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Find/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~yannk/Find-Lib/
COMMENT= Helper to smartly find libs to use in the filesystem tree
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Find/Lib/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"