aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-11-05 20:38:57 +0800
committermat <mat@FreeBSD.org>2004-11-05 20:38:57 +0800
commit115f530673cec35fe56e55cd1ba818c51f6baed5 (patch)
treea861073d26d185ab848e4a570777fc670aa1160c /devel
parent84ce6007c30f3ecba55ac20a0644d3ed30eb64fe (diff)
downloadfreebsd-ports-gnome-115f530673cec35fe56e55cd1ba818c51f6baed5.tar.gz
freebsd-ports-gnome-115f530673cec35fe56e55cd1ba818c51f6baed5.tar.zst
freebsd-ports-gnome-115f530673cec35fe56e55cd1ba818c51f6baed5.zip
Update to 0.26.02
Add some docs
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Build/Makefile12
-rw-r--r--devel/p5-Module-Build/distinfo4
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