b97abed0fb
See http://cheetahtemplate.org/docs/CHANGES for more information.
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.5 2006/09/20 10:06:57 xsa Exp $
|
|
|
|
COMMENT= "Python-powered template engine and code generator"
|
|
|
|
DISTNAME= Cheetah-2.0rc7
|
|
PKGNAME= py-${DISTNAME:L}
|
|
CATEGORIES= devel textproc
|
|
|
|
HOMEPAGE= http://www.cheetahtemplate.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= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|