mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.22
- Use PORTEXAMPLES - Do not silence installation message Changes: http://search.cpan.org/dist/Pod-Coverage/Changes
This commit is contained in:
parent
b39df74859
commit
1c384a8268
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290658
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Pod-Coverage
|
||||
PORTVERSION= 0.21
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= devel textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -19,31 +19,26 @@ RUN_DEPENDS= p5-Devel-Symdump>=2.01:${PORTSDIR}/devel/p5-Devel-Symdump
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Pod::Coverage.3 \
|
||||
Pod::Coverage::CountParents.3 \
|
||||
Pod::Coverage::ExportOnly.3 \
|
||||
Pod::Coverage::Overloader.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes
|
||||
.endif
|
||||
|
||||
.if !defined(NOPOTEXAMPLES)
|
||||
EXAMPLES= examples/check_installed examples/script-covered
|
||||
.endif
|
||||
PORTEXAMPLES= check_installed script-covered
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
|
||||
${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
|
||||
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
||||
${MKDIR} ${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${EXAMPLESDIR}/
|
||||
${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Pod-Coverage-0.21.tar.gz) = 03304d36ebb555d86b8144a7e9fd5cfafc804b9fb9ff745b067b71066d39af90
|
||||
SIZE (Pod-Coverage-0.21.tar.gz) = 13328
|
||||
SHA256 (Pod-Coverage-0.22.tar.gz) = 20adf0049c07c30046b0f881ab48f0d7efcd466732b86dad6c468ef4ed27b9f2
|
||||
SIZE (Pod-Coverage-0.22.tar.gz) = 12975
|
||||
|
@ -3,8 +3,8 @@ bin/pod_cover
|
||||
%%SITE_PERL%%/Pod/Coverage/CountParents.pm
|
||||
%%SITE_PERL%%/Pod/Coverage/ExportOnly.pm
|
||||
%%SITE_PERL%%/Pod/Coverage/Overloader.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_installed
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script-covered
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
|
||||
@dirrmtry %%SITE_PERL%%/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/Pod
|
||||
|
Loading…
Reference in New Issue
Block a user