diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-02-08 13:24:52 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-02-08 13:24:52 +0000 |
commit | 6cbe728dcf1b540162f65b6f3a8c57f289134d52 (patch) | |
tree | 4303f57bf46110b9a691148b0e90f57ef95407bb /databases/p5-DBIx-Recordset | |
parent | f7a37b19f199ae07f54654e62953b8427b38ee08 (diff) | |
download | ports-6cbe728dcf1b540162f65b6f3a8c57f289134d52.tar.gz ports-6cbe728dcf1b540162f65b6f3a8c57f289134d52.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Recordset')
-rw-r--r-- | databases/p5-DBIx-Recordset/Makefile | 14 | ||||
-rw-r--r-- | databases/p5-DBIx-Recordset/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Recordset/pkg-descr | 20 |
3 files changed, 24 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Recordset/Makefile b/databases/p5-DBIx-Recordset/Makefile index 440270d72c7e..7c2c8a714f58 100644 --- a/databases/p5-DBIx-Recordset/Makefile +++ b/databases/p5-DBIx-Recordset/Makefile @@ -6,13 +6,13 @@ # PORTNAME= DBIx-Recordset -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx 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 RUN_DEPENDS= ${BUILD_DEPENDS} @@ -20,7 +20,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= DBIx::Database.3 DBIx::Intrors.3 DBIx::Recordset::DBSeq.3 \ - DBIx::Recordset::FileSeq.3 DBIx::Recordset.3 DBIx::Compat.3 +MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \ + DBIx::Recordset.3 DBIx::Recordset::DBSeq.3 \ + DBIx::Recordset::FileSeq.3 + +post-configure: +# bad DBIx::Intrors.3 + @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ + ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/databases/p5-DBIx-Recordset/distinfo b/databases/p5-DBIx-Recordset/distinfo index d490deb65295..d88c68078f25 100644 --- a/databases/p5-DBIx-Recordset/distinfo +++ b/databases/p5-DBIx-Recordset/distinfo @@ -1 +1 @@ -MD5 (DBIx-Recordset-0.23.tar.gz) = 64cafcc42278264592322d958a5d4600 +MD5 (DBIx-Recordset-0.24.tar.gz) = 76835b342ac63d731a4eb9529613ee99 diff --git a/databases/p5-DBIx-Recordset/pkg-descr b/databases/p5-DBIx-Recordset/pkg-descr index 56c9b6435334..d927e87d0de4 100644 --- a/databases/p5-DBIx-Recordset/pkg-descr +++ b/databases/p5-DBIx-Recordset/pkg-descr @@ -1,8 +1,14 @@ -DBIx::Recordset is a perl module for abstraction and simplification of -database access. +DBIx::Recordset is a perl module for abstraction and simplification of +database access. -The goal is to make standard database access (select/insert/update/delete) -easier to handle and independend of the underlying DBMS. Special attention is -made on web applications to make it possible to handle the state-less access -and to process the posted data of formfields, but DBIx::Recordset is not -limited to web applications. +The goal is to make standard database access +(select/insert/update/delete) easier to handle and independend of the +underlying DBMS. Special attention is made on web applications to make +it possible to handle the state-less access and to process the posted +data of formfields, but DBIx::Recordset is not limited to web +applications. + +WWW: http://search.cpan.org/search?dist=DBIx-Recordset + +-- Sergey Skvortsov +skv@FreeBSD.org |