pkgsrc/devel/p5-ExtUtils-Manifest/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

19 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/13 06:46:45 rillig Exp $
DISTNAME= ExtUtils-Manifest-1.56
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Manifest/
COMMENT= Perl utilities to write and check a MANIFEST file
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Manifest/.packlist
PERL5_MODULE_TYPE= Module::Build
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"