import p5-Module-Manifest

It can load a MANIFEST file that comes in a Perl distribution tarball,
examine the contents, and perform some simple tasks.  It can also load
the MANIFEST.SKIP file and check that.

from LEVAI Daniel with tweeks from me.  feedback and ok jasper@
This commit is contained in:
okan 2012-01-18 16:50:57 +00:00
parent d3ac08446a
commit bff7baa8e9
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/18 16:50:57 okan Exp $
COMMENT = parse and examine a perl distribution MANIFEST file
MODULES = cpan
DISTNAME = Module-Manifest-1.08
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODCPAN_EXAMPLES = Yes
BUILD_DEPENDS = devel/p5-Params-Util \
devel/p5-Test-Warn \
devel/p5-Test-Exception
RUN_DEPENDS = devel/p5-Params-Util
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Module-Manifest-1.08.tar.gz) = kPA1oAdMPtz49ZWjjskNoQ==
RMD160 (Module-Manifest-1.08.tar.gz) = 1n2PmMnbOrTjLuC9z3B4rb2+3Y0=
SHA1 (Module-Manifest-1.08.tar.gz) = 8Lszb/4QtLTnhj6p4tXR/BVzLEM=
SHA256 (Module-Manifest-1.08.tar.gz) = ci7UKK/L5bW0QbAWXLr72FNPpj14VtQInm4lrCHmRF0=
SIZE (Module-Manifest-1.08.tar.gz) = 34905

View File

@ -0,0 +1,3 @@
It can load a MANIFEST file that comes in a Perl distribution tarball,
examine the contents, and perform some simple tasks. It can also load
the MANIFEST.SKIP file and check that.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/18 16:50:57 okan Exp $
${P5SITE}/Module/
${P5SITE}/Module/Manifest.pm
@man man/man3p/Module::Manifest.3p
share/examples/p5-Module-Manifest/
share/examples/p5-Module-Manifest/difference.pl