Import of pkgsrc-2015Q2
This commit is contained in:
10
devel/p5-Module-Install-ManifestSkip/DESCR
Normal file
10
devel/p5-Module-Install-ManifestSkip/DESCR
Normal file
@@ -0,0 +1,10 @@
|
||||
This module generates a MANIFEST.SKIP file for you (using
|
||||
Module::Manifest::Skip) that contains the common files that people do not
|
||||
want in their MANIFEST files. The SKIP file is generated each time that you
|
||||
(the module author) run Makefile.PL.
|
||||
|
||||
You can add your own custom entries at the top of the MANIFEST file. Just
|
||||
put a blank line after your entries, and they will be left alone.
|
||||
|
||||
This module also adds 'MANIFEST' to the clean_files() list so that make
|
||||
clean will remove your MANIFEST.
|
||||
18
devel/p5-Module-Install-ManifestSkip/Makefile
Normal file
18
devel/p5-Module-Install-ManifestSkip/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.2 2015/06/12 10:49:27 wiz Exp $
|
||||
|
||||
DISTNAME= Module-Install-ManifestSkip-0.24
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Module-Install-ManifestSkip/
|
||||
COMMENT= Module::Install::ManifestSkip - Generate a MANIFEST.SKIP file
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Module/Install/ManifestSkip/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
devel/p5-Module-Install-ManifestSkip/distinfo
Normal file
5
devel/p5-Module-Install-ManifestSkip/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/04/27 13:54:40 mef Exp $
|
||||
|
||||
SHA1 (Module-Install-ManifestSkip-0.24.tar.gz) = bdab1b81fe5042736ffe79338460872f51fe1f48
|
||||
RMD160 (Module-Install-ManifestSkip-0.24.tar.gz) = ecbcaa759e4fc904df62324ac24ca3a7d963a3f0
|
||||
Size (Module-Install-ManifestSkip-0.24.tar.gz) = 11409 bytes
|
||||
Reference in New Issue
Block a user