openbsd-ports/devel/py-cheetah/Makefile

36 lines
762 B
Makefile
Raw Normal View History

2011-01-16 15:32:33 -05:00
# $OpenBSD: Makefile,v 1.17 2011/01/16 20:32:33 ajacoutot Exp $
COMMENT= Python-powered template engine and code generator
2011-01-16 15:32:33 -05:00
VERSION= 2.4.4
DISTNAME= Cheetah-${VERSION}
2010-08-30 18:24:14 -04:00
PKGNAME= py-cheetah-${VERSION}
CATEGORIES= devel textproc
HOMEPAGE= http://www.cheetahtemplate.org/
2011-01-16 15:32:33 -05:00
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-01-16 15:32:33 -05:00
MASTER_SITES= http://pypi.python.org/packages/source/C/Cheetah/
MODULES= lang/python
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS= devel/py-cheetah
MODPY_SETUPTOOLS= Yes
MAKE_ENV+= CHEETAH_USE_SETUPTOOLS=1
2010-02-27 12:53:06 -05:00
MODPY_BADEGGS= Cheetah
SUBST_VARS= VERSION
2011-01-16 15:32:33 -05:00
RUN_DEPENDS= textproc/markdown
do-regress:
mkdir /tmp/.cheetah
cd /tmp/.cheetah && cheetah test
rm -fr /tmp/.cheetah
.include <bsd.port.mk>