ports/90509: [maintainer update] databases/p5-DBIx-Simple - Add OPTIONS

parv at pair.com parv at pair.com
Fri Dec 16 17:50:04 UTC 2005


>Number:         90509
>Category:       ports
>Synopsis:       [maintainer update] databases/p5-DBIx-Simple - Add OPTIONS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 17:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Parv
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:

>Description:

Add OPTIONS to DBIx::Simple port.

>How-To-Repeat:

>Fix:

--- Makefile.old	Sun Dec 11 07:41:55 2005
+++ Makefile	Fri Dec 16 12:39:41 2005
@@ -18,6 +18,20 @@
 RUN_DEPENDS=	p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
 		p5-Data-Swap>=0.02:${PORTSDIR}/devel/p5-Data-Swap
 
+OPTIONS= \
+	SQL_ABSTRACT     "Generate SQL from Perl data structures" off \
+	DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \
+	TEXT_TABLE       "Create plain text table from data" off
+
+PERL_CONFIGURE=	yes
+
+MAN3=	DBIx::Simple.3 \
+	DBIx::Simple::Examples.3 \
+	DBIx::Simple::Comparison.3 \
+	DBIx::Simple::SQE.3
+
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_SQL_ABSTRACT)
 RUN_DEPENDS+=	p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
 .endif
@@ -29,15 +43,6 @@
 .if defined(WITH_TEXT_TABLE)
 RUN_DEPENDS+=	p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
 .endif
-
-PERL_CONFIGURE=	yes
-
-MAN3=	DBIx::Simple.3 \
-	DBIx::Simple::Examples.3 \
-	DBIx::Simple::Comparison.3 \
-	DBIx::Simple::SQE.3
-
-.include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
 IGNORE=		need at least Perl 5.6; install lang/perl or lang/perl5.8
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list