freebsd-ports/textproc/py-docutils/Makefile

23 lines
430 B
Makefile
Raw Normal View History

2002-09-16 13:06:23 +02:00
# ex:ts=8
# Ports collection makefile for: py-docutils
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= docutils
PORTVERSION= 0.2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Python Documentation Utilities
2002-09-16 13:06:23 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>