diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-28 10:01:52 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-28 10:01:52 +0000 |
commit | 97a51f1a5500b4133725de4d485d3e3b4efeca17 (patch) | |
tree | 6dc8ed7d99cfd3e1c9a75b38f8d0c1ae63074eb0 /databases | |
parent | 4db13cd5df5f998e3f477a13dd01af09549c66f5 (diff) | |
download | ports-97a51f1a5500b4133725de4d485d3e3b4efeca17.tar.gz ports-97a51f1a5500b4133725de4d485d3e3b4efeca17.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-InterBase/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-InterBase/pkg-descr | 7 |
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 |