pkgsrc/devel/p5-inc/Makefile
wiz cd6328240c Import p5-inc-0.06 as devel/p5-inc.
The inc module redefines @INC to a list of predefined smart objects.
These objects are really just code refs for handy lookup techniques.
For example, only finding modules that were core in Perl 5.8.1, or
only finding non-core modules that are declared prerequisites of
some module.
2015-08-06 09:34:55 +00:00

18 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/06 09:34:55 wiz Exp $
DISTNAME= inc-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
MODULE_DIR= modules/by-module
AUTHOR_DIR= authors/id/I/IN/INGY
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/inc/
COMMENT= Smart @INC Processing
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/inc/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"