openbsd-ports/devel/py-cheetah/Makefile

26 lines
530 B
Makefile
Raw Normal View History

2005-11-03 04:08:25 -05:00
# $OpenBSD: Makefile,v 1.3 2005/11/03 09:08:25 xsa Exp $
COMMENT= "Python-powered template engine and code generator"
2005-11-03 04:08:25 -05:00
DISTNAME= Cheetah-0.9.18
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/}
2004-08-03 10:27:33 -04:00
MODULES= lang/python
NO_REGRESS= Yes
.include <bsd.port.mk>