openbsd-ports/www/py-htmltmpl/Makefile
ajacoutot 61e32cf598 Import py-htmltmpl-1.22.
The purpose of the templating engine is to provide web application
developers, who need to separate program code and design (HTML code) of
their web application projects, with a templating tool that can be
easily used by cooperating webdesigners who have no programming skills.

Templating language provided by the engine is inspired by Perl
templating module HTML::Template. Templates created for HTML::Template
can be used with this engine in case they do not violate character case
rules of htmltmpl.

This package includes easydoc, a module which uses the templating engine
to generate HTML documentation from docstrings embedded in source files
of Python modules.


(needed by GNOME Development Monitor which I'm currently working on)
2010-01-10 13:58:06 +00:00

29 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/01/10 13:58:06 ajacoutot Exp $
COMMENT= templating engine for separation of code and HTML
MODPY_EGG_VERSION= 1.22
DISTNAME= htmltmpl-${MODPY_EGG_VERSION}
PKGNAME= py-htmltmpl-${MODPY_EGG_VERSION}
CATEGORIES= www devel
HOMEPAGE= http://htmltmpl.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htmltmpl/}
MODULES= lang/python
PKG_ARCH= *
do-regress:
cd ${WRKBUILD} && ${MODPY_BIN} test.py
.include <bsd.port.mk>