svn commit: r339867 - head/databases/p5-DBIx-Class

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:43:53 UTC 2014


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>


More information about the svn-ports-all mailing list