freebsd-ports/textproc/py-docutils/Makefile
Kirill Ponomarev 40041f5f5c Update to 0.3
PR:		ports/68485
Submitted by:	Choe, Cheng-Dae <whitekid@netian.com>
2004-06-30 07:32:23 +00:00

22 lines
430 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-docutils
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= docutils
PORTVERSION= 0.3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Documentation Utilities
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>