aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Set-Object/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Set-Object/Makefile')
-rw-r--r--devel/p5-Set-Object/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile
index 149ede3e2c4a..bc948ce08c8d 100644
--- a/devel/p5-Set-Object/Makefile
+++ b/devel/p5-Set-Object/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Set-Object
-PORTVERSION= 1.07
+PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
@@ -19,6 +19,15 @@ PERL_CONFIGURE= yes
MAN3= Set::Object.3
+.if !defined(NOPORTDOCS)
+PORTDOCS= Changes 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