mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add p5-DBD-Excel 0.05
A class for DBI drivers that acts on Excel files PR: 34252 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
8258baa180
commit
9aa75968e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61927
@ -70,6 +70,7 @@
|
||||
SUBDIR += p5-CDB_File-Generator
|
||||
SUBDIR += p5-Class-DBI
|
||||
SUBDIR += p5-DBD-CSV
|
||||
SUBDIR += p5-DBD-Excel
|
||||
SUBDIR += p5-DBD-InterBase
|
||||
SUBDIR += p5-DBD-mysql
|
||||
SUBDIR += p5-DBD-ODBC
|
||||
|
36
databases/p5-DBD-Excel/Makefile
Normal file
36
databases/p5-DBD-Excel/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: DBD::Excel
|
||||
# Date created: 24 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBD-Excel
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
|
||||
${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
|
||||
${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBD::Excel.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-DBD-Excel/distinfo
Normal file
1
databases/p5-DBD-Excel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBD-Excel-0.05.tar.gz) = 7615d795c6bc01678eb305276e1d0bc2
|
1
databases/p5-DBD-Excel/pkg-comment
Normal file
1
databases/p5-DBD-Excel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A class for DBI drivers that acts on Excel files
|
5
databases/p5-DBD-Excel/pkg-descr
Normal file
5
databases/p5-DBD-Excel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A class for DBI drivers that acts on Excel files
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=DBD-Excel
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
19
databases/p5-DBD-Excel/pkg-plist
Normal file
19
databases/p5-DBD-Excel/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Excel/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/DBD/Excel.pm
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/README
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/dbdtest.xls
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/newxl.xls
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/res_hidden
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/res_testj
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/res_tex
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/res_texj
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/testj.pl
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/testj.xls
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/tex.pl
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/texj.pl
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/thidden.pl
|
||||
%%PORTDOCS%%share/examples/DBD-Excel/thidden.xls
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBD 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Excel 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
|
||||
%%PORTDOCS%%@unexec rmdir %D/share/examples/DBD-Excel 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user