Update to 0.26.02

Add some docs
This commit is contained in:
Mathieu Arnold 2004-11-05 12:38:57 +00:00
parent 91d8f82207
commit 2106f849e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120851
2 changed files with 13 additions and 3 deletions

View File

@ -6,11 +6,12 @@
#
PORTNAME= Module-Build
PORTVERSION= 0.26
PORTVERSION= 0.26.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module/KWILLIAMS
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Build and install Perl modules
@ -45,6 +46,15 @@ MAN3= Module::Build.3 \
MAN1= config_data.1
.if !defined(NOPORTDOCS)
PORTDOCS= Changes INSTALL 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-Build-0.26.tar.gz) = bba1994a3db2a53401d45cf69c25347a
SIZE (Module-Build-0.26.tar.gz) = 122353
MD5 (Module-Build-0.2602.tar.gz) = 970da784c62e853c8fb415f877edbbec
SIZE (Module-Build-0.2602.tar.gz) = 122953