summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-10-05 14:00:31 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-10-05 14:00:31 +0000
commit9d4acfb52dc2f8df7b7c10760d18e13c760eed70 (patch)
treebc145f0b48fdcac74748e9b65c9ac2ffaef52d10
parent067351b39817a73604c52f4844c45061f714fd7a (diff)
downloadFreeBSD-ports-9d4acfb52dc2f8df7b7c10760d18e13c760eed70.zip
FreeBSD-ports-9d4acfb52dc2f8df7b7c10760d18e13c760eed70.tar.gz
- Clarify LICENSE
- Add LICENSE_FILE - Convert to USES=python
-rw-r--r--games/py-poker-eval/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile
index 406e2b0..5b34557 100644
--- a/games/py-poker-eval/Makefile
+++ b/games/py-poker-eval/Makefile
@@ -14,10 +14,10 @@ COMMENT= Python adaptor for the poker-eval toolkit
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
OpenPOWER on IntegriCloud