855ff4d45b
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).
17 lines
482 B
Makefile
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"
|