Update dns/dnsperf to version 2.0.0.0_2
[dports.git] / devel / py-manuel / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       manuel
4 PORTVERSION=    1.8.0
5 CATEGORIES=     devel python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8 DIST_SUBDIR=    zope
9
10 MAINTAINER=     rm@FreeBSD.org
11 COMMENT=        Lets you build tested documentation
12
13 LICENSE=        APACHE20
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.rst
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
17
18 USES=           python
19 USE_PYTHON=     autoplist concurrent distutils
20
21 .include <bsd.port.mk>