diff options
author | skv <skv@FreeBSD.org> | 2002-05-28 10:01:52 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-05-28 10:01:52 +0000 |
commit | 129163055bdc95e20058ebcf603d52e24eff2185 (patch) | |
tree | d92c4f8b5f79aed33a7f028c0be8a8707e0259e3 /databases/p5-DBD-InterBase | |
parent | a54e011e052250511c009840bec606ffd519f5c3 (diff) | |
download | FreeBSD-ports-129163055bdc95e20058ebcf603d52e24eff2185.zip FreeBSD-ports-129163055bdc95e20058ebcf603d52e24eff2185.tar.gz |
Minor fixes.
Diffstat (limited to 'databases/p5-DBD-InterBase')
-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 808439a..bd53af0 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 163a60f62..e3c885f 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 |