1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 1.32

PR:		55388
Submitted by:	mat
Approved by:	maintainer
This commit is contained in:
Erwin Lansing 2003-08-20 18:30:51 +00:00
parent dcfda74444
commit c750d2a6a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87395
4 changed files with 8 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= DBIx-XHTML_Table
PORTVERSION= 1.22
PORTVERSION= 1.32
CATEGORIES= databases www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@ -18,10 +18,8 @@ COMMENT= Create XHTML tables from SQL queries
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= DBIx::XHTML_Table.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (DBIx-XHTML_Table-1.22.tar.gz) = 506868a894e56ecdc7a27ea1365462ff
MD5 (DBIx-XHTML_Table-1.32.tar.gz) = e8a5bee200bad87d6cdc56ca6c162111

View File

@ -7,6 +7,6 @@ of 'quick and dirty' reporting. It is not intended for serious
production use, although it use is viable for prototyping and just
plain fun.
WWW: http://search.cpan.org/search?dist=DBIx-XHTML_Table
WWW: http://search.cpan.org/dist/DBIx-XHTML_Table/
Seamus Venasse <svenasse@polaris.ca>

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/DBIx/XHTML_Table.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
%%SITE_PERL%%/DBIx/XHTML_Table.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true