ad2adba9a5
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
22 lines
618 B
Makefile
22 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:45 rillig Exp $
|
|
|
|
DISTNAME= Module-Find-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Find/
|
|
COMMENT= Lets you find and use modules in categories
|
|
|
|
DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Find/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|