Add textproc/p5-Pod-MinimumVersion.
report minimum Perl version for given POD. Sponsored by: Absolight
This commit is contained in:
parent
8fa80c7636
commit
7a081bf400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427096
@ -721,6 +721,7 @@
|
||||
SUBDIR += p5-Pod-Eventual
|
||||
SUBDIR += p5-Pod-HtmlEasy
|
||||
SUBDIR += p5-Pod-Markdown
|
||||
SUBDIR += p5-Pod-MinimumVersion
|
||||
SUBDIR += p5-Pod-POM
|
||||
SUBDIR += p5-Pod-POM-View-HTML-Filter
|
||||
SUBDIR += p5-Pod-Parser
|
||||
|
23
textproc/p5-Pod-MinimumVersion/Makefile
Normal file
23
textproc/p5-Pod-MinimumVersion/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Pod-MinimumVersion
|
||||
PORTVERSION= 50
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= report minimum Perl version for given POD
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String
|
||||
RUN_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Pod-MinimumVersion/distinfo
Normal file
3
textproc/p5-Pod-MinimumVersion/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1480067915
|
||||
SHA256 (Pod-MinimumVersion-50.tar.gz) = 0bd2812d9aacbd99bb71fa103a4bb129e955c138ba7598734207dc9fb67b5a6f
|
||||
SIZE (Pod-MinimumVersion-50.tar.gz) = 36127
|
5
textproc/p5-Pod-MinimumVersion/pkg-descr
Normal file
5
textproc/p5-Pod-MinimumVersion/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Pod::MinimumVersion parses the POD in a Perl script, module, or document, and
|
||||
reports what version of Perl is required to process the directives in it with
|
||||
pod2man etc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Pod-MinimumVersion/
|
8
textproc/p5-Pod-MinimumVersion/pkg-plist
Normal file
8
textproc/p5-Pod-MinimumVersion/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/pod-minimumversion
|
||||
%%SITE_PERL%%/Pod/MinimumVersion.pm
|
||||
%%SITE_PERL%%/Pod/MinimumVersion/Parser.pm
|
||||
%%SITE_PERL%%/Pod/MinimumVersion/Report.pm
|
||||
%%PERL5_MAN1%%/pod-minimumversion.1.gz
|
||||
%%PERL5_MAN3%%/Pod::MinimumVersion.3.gz
|
||||
%%PERL5_MAN3%%/Pod::MinimumVersion::Parser.3.gz
|
||||
%%PERL5_MAN3%%/Pod::MinimumVersion::Report.3.gz
|
Loading…
Reference in New Issue
Block a user