Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 23:43:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339867 - head/databases/p5-DBIx-Class
Message-ID:  <201401152343.s0FNhrQO088064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 23:43:52 2014
New Revision: 339867
URL: http://svnweb.freebsd.org/changeset/ports/339867
QAT: https://qat.redports.org/buildarchive/r339867/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/p5-DBIx-Class/Makefile

Modified: head/databases/p5-DBIx-Class/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class/Makefile	Wed Jan 15 23:42:56 2014	(r339866)
+++ head/databases/p5-DBIx-Class/Makefile	Wed Jan 15 23:43:52 2014	(r339867)
@@ -62,16 +62,6 @@ USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ENV=	DBICTEST_NO_SQLITE_CHECK=1
 
-.include <bsd.port.options.mk>
+SQLT_RUN_DEPENDS=	p5-SQL-Translator>=0.09.004:${PORTSDIR}/databases/p5-SQL-Translator
 
-.if ${PORT_OPTIONS:MSQLT}
-RUN_DEPENDS+=	p5-SQL-Translator>=0.09.004:${PORTSDIR}/databases/p5-SQL-Translator
-.endif
-
-.include <bsd.port.pre.mk>
-
-#.if ${PERL_LEVEL} < 501600
-#BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-#.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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