38ba3bab83
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.
20 lines
522 B
Makefile
20 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 16:53:58 epg Exp $
|
|
|
|
DISTNAME= SimpleTAL-4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.owlfish.com/software/simpleTAL/
|
|
COMMENT= Stand alone implementation of the Zope TAL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
do-test:
|
|
${PYTHONBIN} ${WRKSRC}/runtests.py
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|