freebsd-ports/devel/py-manuel/Makefile
Ruslan Makhmatkhanov da613cec77 devel/py-manuel: update to 1.8.0
- update to 1.8.0
- convert to USES
- update license info
2014-09-28 18:18:24 +00:00

21 lines
435 B
Makefile

# $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:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>