diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-04-12 12:23:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-04-12 12:23:49 +0000 |
commit | ed6a65332977399f5afa2f28c6b58c9bc9479c0e (patch) | |
tree | dfd8a79c13707493909cbb9acb63dc873e2319e0 /databases/p5-DBIx-DBSchema | |
parent | 33a0c621430a420fd8431941a04445f02c2ad221 (diff) | |
download | ports-ed6a65332977399f5afa2f28c6b58c9bc9479c0e.tar.gz ports-ed6a65332977399f5afa2f28c6b58c9bc9479c0e.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-DBSchema')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/distinfo | 4 |
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 |