Minor fixes.
This commit is contained in:
parent
4db13cd5df
commit
97a51f1a55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60183
2 changed files with 7 additions and 5 deletions
|
@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|||
MASTER_SITE_SUBDIR= DBD
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
|
||||
|
@ -25,7 +25,6 @@ post-patch:
|
|||
${WRKSRC}/Makefile.PL
|
||||
|
||||
MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
DBD::InterBase is a Perl module which works with the DBI module to provide
|
||||
access to InterBase databases.
|
||||
DBD::InterBase is a Perl module which works with the DBI module to
|
||||
provide access to InterBase databases.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=DBD-InterBase
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue