diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-05 12:38:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-05 12:38:57 +0000 |
commit | 2106f849e635163c24c4de791aaf4e8b3097c3fd (patch) | |
tree | 61f200443e0bb0623a7eb2586210ed0cf849e08a /devel/p5-Module-Build | |
parent | 91d8f822072a182be270dece1d9c8e938b16c6fc (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Module-Build/distinfo | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index ba80dc96f7d0..3c4b9728524e 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -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 diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index 40a9c14b1f76..74b37b5749eb 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -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 |