Minor fixes.

This commit is contained in:
Sergey Skvortsov 2002-05-28 10:01:52 +00:00
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

View file

@ -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>

View file

@ -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