mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Reset maintainership
- While I'm here: - Add BUILD_DEPENDS - Convert to new options helper - Sort PLIST PR: ports/187127 Submitted by: parv <parv@pair.com> (maintainer)
This commit is contained in:
parent
65edb8e0ed
commit
0882c85513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346437
@ -7,10 +7,11 @@ CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= parv@pair.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simplified object oriented interface to Perl DBI
|
||||
|
||||
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= SQL_INTERP SQL_ABSTRACT DBIX_XHTML_TABLE TEXT_TABLE
|
||||
SQL_INTERP_DESC= Interpolate Perl variables into SQL
|
||||
@ -21,22 +22,9 @@ TEXT_TABLE_DESC= Create plain text table from data
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSQL_INTERP}
|
||||
RUN_DEPENDS+= p5-SQL-Interp>=0:${PORTSDIR}/databases/p5-SQL-Interp
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQL_ABSTRACT}
|
||||
RUN_DEPENDS+= p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDBIX_XHTML_TABLE}
|
||||
RUN_DEPENDS+= p5-DBIx-XHTML_Table>=0:${PORTSDIR}/databases/p5-DBIx-XHTML_Table
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTEXT_TABLE}
|
||||
RUN_DEPENDS+= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
|
||||
.endif
|
||||
DBIX_XHTML_TABLE_RUN_DEPENDS= p5-DBIx-XHTML_Table>=0:${PORTSDIR}/databases/p5-DBIx-XHTML_Table
|
||||
SQL_ABSTRACT_RUN_DEPENDS= p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
SQL_INTERP_RUN_DEPENDS= p5-SQL-Interp>=0:${PORTSDIR}/databases/p5-SQL-Interp
|
||||
TEXT_TABLE_RUN_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
%%PERL5_MAN3%%/DBIx::Simple::Comparison.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Simple::Examples.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Simple::Result::RowObject.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrm %%SITE_PERL%%/DBIx/Simple/Result
|
||||
@dirrm %%SITE_PERL%%/DBIx/Simple
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
|
Loading…
Reference in New Issue
Block a user