aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2005-04-12 20:23:49 +0800
committermat <mat@FreeBSD.org>2005-04-12 20:23:49 +0800
commit57f3cad2f9247e6dc0af32fa205ea15a177eabae (patch)
tree2e1fdfc6264c3f31d4970de7ac8964d61d0a4f43 /databases
parent4a440b93dfb35398129f1965caf45135c11de3d7 (diff)
downloadfreebsd-ports-gnome-57f3cad2f9247e6dc0af32fa205ea15a177eabae.tar.gz
freebsd-ports-gnome-57f3cad2f9247e6dc0af32fa205ea15a177eabae.tar.zst
freebsd-ports-gnome-57f3cad2f9247e6dc0af32fa205ea15a177eabae.zip
Update to 0.26
Add some docs
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-DBSchema/Makefile11
-rw-r--r--databases/p5-DBIx-DBSchema/distinfo4
2 files changed, 12 insertions, 3 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
diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo
index 1afefd3fe3da..1116b54cdde0 100644
--- a/databases/p5-DBIx-DBSchema/distinfo
+++ b/databases/p5-DBIx-DBSchema/distinfo
@@ -1,2 +1,2 @@
-MD5 (DBIx-DBSchema-0.25.tar.gz) = b56164852b962e5b688cb4ea3ec87780
-SIZE (DBIx-DBSchema-0.25.tar.gz) = 15494
+MD5 (DBIx-DBSchema-0.26.tar.gz) = 7e9450e08370f253f915fecf173bf5a7
+SIZE (DBIx-DBSchema-0.26.tar.gz) = 15681