d4fd5a85df
Explictly export empty string w/ scalar export if no lib's found to avoid undefined variable errors in caller. Added test for explicitly looking up non-existant directory and exporting it as a scalar. Test cleanups. Minor refactoring: Return immediately from import if no lib's are found. Minor comment and POD issues. Patch old version, thanks to Dominic Humphries. Use v5.14 in new version.
17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/10/25 01:25:50 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= FindBin-libs-2.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FindBin/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/FindBin-libs/
|
|
COMMENT= Locate and a 'use lib' or export directories based on FindBin::Bin
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/FindBin/libs/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|