freebsd-ports/devel/py-manuel/Makefile
Ruslan Makhmatkhanov 3cfbd90676 - update to 1.6.0
- mark it python3 compatible

changelog:
Ported to Python 3, still works in 2.6 and up.
2012-04-28 15:33:24 +00:00

26 lines
535 B
Makefile

# New ports collection makefile for: py-manuel
# Date created: Nov 10, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= manuel
PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= rm@FreeBSD.org
COMMENT= Lets you build tested documentation
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>