freebsd-ports/textproc/py-docutils/Makefile
Wen Heping 0f19c6c10e - Update to 0.8
- Sort PKG_PLIST
- Standardize scripts (in bin/ directory), delete extension (.py)
- Pass maintainership to submitter

PR:		ports/159552
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-07 23:59:02 +00:00

22 lines
399 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-docutils
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= docutils
PORTVERSION= 0.8
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>