openbsd-ports/textproc/py-HappyDoc/Makefile
sturm 239ae26a0f - simple conversions to use the new python module
- while here, remove WWW from DESCR

all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00

26 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.6 2003/07/31 19:11:59 sturm Exp $
COMMENT= "python tool for generate Python API documents"
DISTNAME= HappyDoc_r2_1
PKGNAME= py-HappyDoc-2.1
CATEGORIES= textproc
HOMEPAGE= http://happydoc.sf.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=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
MODULES= python
NO_REGRESS= Yes
WRKSRC= ${WRKDIR}/HappyDoc-r2_1
.include <bsd.port.mk>