mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update to 0.07
Add docs
This commit is contained in:
parent
cecbda2bd5
commit
33c877b0b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127545
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-SQLite
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
@ -26,4 +26,13 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::DBI::SQLite.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Class-DBI-SQLite-0.06.tar.gz) = db5153226012892ee5ad543bd30d15c7
|
||||
SIZE (Class-DBI-SQLite-0.06.tar.gz) = 3338
|
||||
MD5 (Class-DBI-SQLite-0.07.tar.gz) = cf9f666f6e0ad597ff8a6d2c92465f3c
|
||||
SIZE (Class-DBI-SQLite-0.07.tar.gz) = 3454
|
||||
|
Loading…
x
Reference in New Issue
Block a user