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:
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
|
@ -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
|
||||
|
|
21
devel/p5-Parse-PMFile/Makefile
Normal file
21
devel/p5-Parse-PMFile/Makefile
Normal 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>
|
2
devel/p5-Parse-PMFile/distinfo
Normal file
2
devel/p5-Parse-PMFile/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Parse-PMFile-0.36.tar.gz) = 3d9fab94625eacc8c757f69152f43e936560e842c08b41496fba9035c66ba473
|
||||
SIZE (Parse-PMFile-0.36.tar.gz) = 14798
|
10
devel/p5-Parse-PMFile/pkg-descr
Normal file
10
devel/p5-Parse-PMFile/pkg-descr
Normal 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/
|
2
devel/p5-Parse-PMFile/pkg-plist
Normal file
2
devel/p5-Parse-PMFile/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Parse/PMFile.pm
|
||||
%%PERL5_MAN3%%/Parse::PMFile.3.gz
|
Loading…
Reference in a new issue