45afc4527a
Change from previous: 1.60 Mon, Aug 19, 2011 - Clean up MANIFEST before creating a new one.
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/11/24 16:12:42 hiramatsu Exp $
|
|
|
|
DISTNAME= ExtUtils-Manifest-1.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Manifest/
|
|
COMMENT= Perl utilities to write and check a MANIFEST file
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/ExtUtils/Manifest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|