diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-30 15:33:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-30 15:33:44 +0000 |
commit | 06b6315ce1d4f7ec68b2a094bc79cfc86d698798 (patch) | |
tree | 3e67d373f525497a186ed7e8993fb7ec03d95396 /security/p5-Protocol-ACME | |
parent | a6a4159caa820379fcc7e1be3e56dffd3930752c (diff) |
Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.
With hat: perl@
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=416157
Diffstat (limited to 'security/p5-Protocol-ACME')
-rw-r--r-- | security/p5-Protocol-ACME/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Protocol-ACME/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Protocol-ACME/Makefile b/security/p5-Protocol-ACME/Makefile index 4e361fb8c538..f2aba375c8bd 100644 --- a/security/p5-Protocol-ACME/Makefile +++ b/security/p5-Protocol-ACME/Makefile @@ -2,6 +2,7 @@ PORTNAME= Protocol-ACME PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SLUDIN diff --git a/security/p5-Protocol-ACME/pkg-plist b/security/p5-Protocol-ACME/pkg-plist index 499283711237..b50868851895 100644 --- a/security/p5-Protocol-ACME/pkg-plist +++ b/security/p5-Protocol-ACME/pkg-plist @@ -16,4 +16,3 @@ %%PERL5_MAN3%%/Protocol::ACME::Challenge::LocalFile.3.gz %%PERL5_MAN3%%/Protocol::ACME::Challenge::Manual.3.gz %%PERL5_MAN3%%/Protocol::ACME::Challenge::SimpleSSH.3.gz -%%PERL5_MAN3%%/Protocol::README.3.gz |