freebsd-ports/astro/py-horoscopegenerator/Makefile
2018-01-12 11:21:07 +00:00

21 lines
422 B
Makefile

# $FreeBSD$
PORTNAME= HoroscopeGenerator
PORTVERSION= 0.1.8
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate horoscopes using context-free grammar
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${FLAVOR}
.include <bsd.port.mk>