4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
33 lines
814 B
Makefile
33 lines
814 B
Makefile
# Created by: mat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Pod-Coverage
|
|
PORTVERSION= 0.23
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Checks if the documentation of a module is comprehensive
|
|
|
|
BUILD_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump
|
|
RUN_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PORTDOCS= Changes
|
|
PORTEXAMPLES= check_installed script-covered
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|