aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-InterBase
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-28 10:01:52 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-28 10:01:52 +0000
commit97a51f1a5500b4133725de4d485d3e3b4efeca17 (patch)
tree6dc8ed7d99cfd3e1c9a75b38f8d0c1ae63074eb0 /databases/p5-DBD-InterBase
parent4db13cd5df5f998e3f477a13dd01af09549c66f5 (diff)
downloadports-97a51f1a5500b4133725de4d485d3e3b4efeca17.tar.gz
ports-97a51f1a5500b4133725de4d485d3e3b4efeca17.zip
Minor fixes.
Notes
Notes: svn path=/head/; revision=60183
Diffstat (limited to 'databases/p5-DBD-InterBase')
-rw-r--r--databases/p5-DBD-InterBase/Makefile5
-rw-r--r--databases/p5-DBD-InterBase/pkg-descr7
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile
index 808439a953f5..bd53af0b8059 100644
--- a/databases/p5-DBD-InterBase/Makefile
+++ b/databases/p5-DBD-InterBase/Makefile
@@ -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>
diff --git a/databases/p5-DBD-InterBase/pkg-descr b/databases/p5-DBD-InterBase/pkg-descr
index 163a60f62567..e3c885ffde7e 100644
--- a/databases/p5-DBD-InterBase/pkg-descr
+++ b/databases/p5-DBD-InterBase/pkg-descr
@@ -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