aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-manuel/Makefile
blob: 47cd126d704d4c06824ec65390094167c8846c76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   manuel
PORTVERSION=    1.8.0
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=    zope

MAINTAINER= rm@FreeBSD.org
COMMENT=    Lets you build tested documentation

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE.rst

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six

USES=       python
USE_PYTHON= autoplist concurrent distutils

.include <bsd.port.mk>