Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2005 12:40:07 -0500 (EST)
From:      parv@pair.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90509: [maintainer update] databases/p5-DBIx-Simple - Add OPTIONS
Message-ID:  <20051216174007.C21FFB5CB@default.chvlva.adelphia.net>
Resent-Message-ID: <200512161750.jBGHo3oR076365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051216174007.C21FFB5CB>