2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2006-05-01 14:56:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= reverend
|
|
|
|
PORTVERSION= 0.3
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= textproc mail math python
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Reverend/${PORTVERSION}
|
2006-05-01 14:56:49 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Reverend-${PORTVERSION}
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2014-08-03 16:15:08 +02:00
|
|
|
COMMENT= Simple Bayesian classifier written in Python
|
2006-05-01 14:56:49 +02:00
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2014-07-02 08:40:04 +02:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2006-05-01 14:56:49 +02:00
|
|
|
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
2014-12-09 20:48:24 +01:00
|
|
|
PORTEXAMPLES= emailtrainer.py readme.txt
|
2006-05-01 14:56:49 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-07-02 08:40:04 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${CP} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
2006-05-01 14:56:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|