aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-04-12 12:23:49 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-04-12 12:23:49 +0000
commited6a65332977399f5afa2f28c6b58c9bc9479c0e (patch)
treedfd8a79c13707493909cbb9acb63dc873e2319e0 /databases/p5-DBIx-DBSchema/Makefile
parent33a0c621430a420fd8431941a04445f02c2ad221 (diff)
downloadports-ed6a65332977399f5afa2f28c6b58c9bc9479c0e.tar.gz
ports-ed6a65332977399f5afa2f28c6b58c9bc9479c0e.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-DBSchema/Makefile')
-rw-r--r--databases/p5-DBIx-DBSchema/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile
index 75b25f95abbe..ab40006f4ac1 100644
--- a/databases/p5-DBIx-DBSchema/Makefile
+++ b/databases/p5-DBIx-DBSchema/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-DBSchema
-PORTVERSION= 0.25
+PORTVERSION= 0.26
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@@ -27,6 +27,15 @@ MAN3= DBIx::DBSchema.3 DBIx::DBSchema::ColGroup.3 \
DBIx::DBSchema::DBD::Sybase.3 DBIx::DBSchema::Table.3 \
DBIx::DBSchema::DBD::Oracle.3
+.if !defined(NOPORTDOCS)
+PORTDOCS= Changes README TODO
+
+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} < 500800