Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 14:00:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370074 - head/games/py-poker-eval
Message-ID:  <201410051400.s95E0VbY008400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Oct  5 14:00:31 2014
New Revision: 370074
URL: https://svnweb.freebsd.org/changeset/ports/370074
QAT: https://qat.redports.org/buildarchive/r370074/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Convert to USES=python

Modified:
  head/games/py-poker-eval/Makefile

Modified: head/games/py-poker-eval/Makefile
==============================================================================
--- head/games/py-poker-eval/Makefile	Sun Oct  5 14:00:26 2014	(r370073)
+++ head/games/py-poker-eval/Makefile	Sun Oct  5 14:00:31 2014	(r370074)
@@ -14,10 +14,10 @@ COMMENT=	Python adaptor for the poker-ev
 
 LIB_DEPENDS=	libpoker-eval.so:${PORTSDIR}/games/poker-eval
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pkgconfig
-USE_PYTHON=	2
+USES=		libtool pkgconfig python:2
 USE_AUTOTOOLS=	aclocal autoconf automake
 ACLOCAL_ARGS=	-I config
 AUTOMAKE_ARGS=	--add-missing



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