openbsd-ports/textproc/py-HappyDoc/Makefile
shell eeea5bc3f7 Initial import of py-HappyDoc-2.0
---
python tool for generate Python API documents

HappyDoc is a tool for extracting documentation from Python source
code. It differs from other such applications by the fact that it
uses the parse tree for a module to derive the information and does
not import the module.

WWW: http://happydoc.sf.net/
2002-01-04 18:11:45 +00:00

40 lines
832 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/01/04 18:11:45 shell Exp $
COMMENT= "python tool for generate Python API documents"
DISTNAME= HappyDoc_r2_0
PKGNAME= py-HappyDoc-2.0
CATEGORIES= textproc
NEED_VERSION= 1.504
HOMEPAGE= http://happydoc.sf.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= happydoc
MAINTAINER= Shell Hung <shell@openbsd.org>
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PYTHON_VER= 2.1
BUILD_DEPENDS= ::lang/python
RUN_DEPENDS= ${BUILD_DEPENDS}
SUBST_VARS= PYTHON_VER
NO_REGRESS= Yes
PY_CMD= @cd ${WRKSRC}; python${PYTHON_VER} ./setup.py
WRKSRC= ${WRKDIR}/HappyDoc-r2_0
do-build:
@echo ${WRKSRC}
${PY_CMD} build --build-base=${WRKSRC}
do-install:
${PY_CMD} install --prefix=${PREFIX}
.include <bsd.port.mk>