aboutsummaryrefslogtreecommitdiffstats
path: root/finance/p5-Finance-Currency-Convert-XE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Finance-Currency-Convert-XE/Makefile')
-rw-r--r--finance/p5-Finance-Currency-Convert-XE/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/finance/p5-Finance-Currency-Convert-XE/Makefile b/finance/p5-Finance-Currency-Convert-XE/Makefile
index be388141bc6b..77cdec9e14fe 100644
--- a/finance/p5-Finance-Currency-Convert-XE/Makefile
+++ b/finance/p5-Finance-Currency-Convert-XE/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Finance-Currency-Convert-XE
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Finance
@@ -24,6 +24,15 @@ PERL_CONFIGURE= yes
MAN3= Finance::Currency::Convert::XE.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>
post-patch: