diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-12-14 16:06:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-12-14 16:06:34 +0000 |
commit | cbd186b57adc36a3db65175337ff2b3b9825f602 (patch) | |
tree | 761ac4e7cf3b4a981d290a17e668fa79f5e213e5 /games/poker-engine | |
parent | 829ab62062e8a868351d340ab48f4bb3737e5914 (diff) | |
download | ports-cbd186b57adc36a3db65175337ff2b3b9825f602.tar.gz ports-cbd186b57adc36a3db65175337ff2b3b9825f602.zip |
Notes
Diffstat (limited to 'games/poker-engine')
-rw-r--r-- | games/poker-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 07752b72285b..9f02e2382d24 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ MAINTAINER= ijliao@FreeBSD.org -COMMENT= Development libraries for poker simulation +COMMENT= A python library that implements poker rules RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ |