0edf5553cd
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group. ok sturm@.
33 lines
716 B
Makefile
33 lines
716 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/28 08:33:17 xsa Exp $
|
|
|
|
COMMENT= "Python-powered template engine and code generator"
|
|
|
|
DISTNAME= Cheetah-0.9.15
|
|
PKGNAME= py-${DISTNAME:L}
|
|
CATEGORIES= devel textproc
|
|
|
|
HOMEPAGE= http://www.cheetahtemplate.org/
|
|
|
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cheetahtemplate/}
|
|
|
|
MODULES= python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-cheetah
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/webware_examples/cheetahSite/* \
|
|
${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|