Update to 0.08

Add docs
This commit is contained in:
Mathieu Arnold 2005-01-18 18:49:01 +00:00
parent d454180d3f
commit d8b4f908b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126738
2 changed files with 14 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Module-Load-Conditional
PORTVERSION= 0.06
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@ -16,15 +16,24 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Looking up Perl modules information/loading at runtime
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \
${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Module::Load::Conditional.3
.if !defined(NOPORTDOCS)
PORTDOCS= README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600

View File

@ -1,2 +1,2 @@
MD5 (Module-Load-Conditional-0.06.tar.gz) = 042b12469a1166e0fbc7848c58b276a6
SIZE (Module-Load-Conditional-0.06.tar.gz) = 6533
MD5 (Module-Load-Conditional-0.08.tar.gz) = 9e2a706b6511651ca4eb6de0c4c89a12
SIZE (Module-Load-Conditional-0.08.tar.gz) = 6630