forked from Lainports/freebsd-ports
PR: ports/160970 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-docutils
|
|
# Date created: Sep 14, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= docutils
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= SF \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Python Documentation Utilities
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|