The most of the code of this module is taken from the PAUSE code as of

April 2013 almost verbatim.  Thus, the heart of this module should be
quite stable.  However, I made it not to use pipe ("-|") as well as I
stripped database-related code.  If you encounter any issue, that's
most probably because of my modification.

This module doesn't provide features to extract a distribution or
parse meta files intentionally.

WWW: http://search.cpan.org/dist/Parse-PMFile/
This commit is contained in:
Jun Kuriyama 2015-05-16 11:48:18 +00:00
parent 4420be3825
commit 8135590177
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386520
5 changed files with 36 additions and 0 deletions

View file

@ -2686,6 +2686,7 @@
SUBDIR += p5-Parse-ErrorString-Perl
SUBDIR += p5-Parse-ExuberantCTags
SUBDIR += p5-Parse-Method-Signatures
SUBDIR += p5-Parse-PMFile
SUBDIR += p5-Parse-PerlConfig
SUBDIR += p5-Parse-Pidl
SUBDIR += p5-Parse-PlainConfig

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= Parse-PMFile
PORTVERSION= 0.36
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to parses .pm file as PAUSE does
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Parse-PMFile-0.36.tar.gz) = 3d9fab94625eacc8c757f69152f43e936560e842c08b41496fba9035c66ba473
SIZE (Parse-PMFile-0.36.tar.gz) = 14798

View file

@ -0,0 +1,10 @@
The most of the code of this module is taken from the PAUSE code as of
April 2013 almost verbatim. Thus, the heart of this module should be
quite stable. However, I made it not to use pipe ("-|") as well as I
stripped database-related code. If you encounter any issue, that's
most probably because of my modification.
This module doesn't provide features to extract a distribution or
parse meta files intentionally.
WWW: http://search.cpan.org/dist/Parse-PMFile/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Parse/PMFile.pm
%%PERL5_MAN3%%/Parse::PMFile.3.gz