aboutsummaryrefslogtreecommitdiff
path: root/astro/py-horoscopegenerator
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:26:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:26:13 +0000
commite63f6e794f3627938a388869f0d12cd23a580cce (patch)
tree922a5c27673ed7bc51d23534c8c84f1c4ab72082 /astro/py-horoscopegenerator
parent8058b23174a14cccd01b654af596268d217d6890 (diff)
downloadports-e63f6e794f3627938a388869f0d12cd23a580cce.tar.gz
ports-e63f6e794f3627938a388869f0d12cd23a580cce.zip
Update PORTNAME: use lowercase
Notes
Notes: svn path=/head/; revision=554227
Diffstat (limited to 'astro/py-horoscopegenerator')
-rw-r--r--astro/py-horoscopegenerator/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/py-horoscopegenerator/Makefile b/astro/py-horoscopegenerator/Makefile
index 38375308ddc6..e8c3bb966083 100644
--- a/astro/py-horoscopegenerator/Makefile
+++ b/astro/py-horoscopegenerator/Makefile
@@ -1,21 +1,22 @@
# $FreeBSD$
-PORTNAME= HoroscopeGenerator
+PORTNAME= horoscopegenerator
PORTVERSION= 0.1.8
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= HoroscopeGenerator-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate horoscopes using context-free grammar
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>=0:textproc/py-nltk@${PY_FLAVOR}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes