mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
dbdcdbd882
specifications used in Zope to power HTML and XML templates. SimpleTAL is an idependent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used. WWW: http://www.owlfish.com/software/simpleTAL/ PR: ports/99489 Submitted by: Jordi Haarman
22 lines
517 B
Makefile
22 lines
517 B
Makefile
# New ports collection makefile for: py-simpletal
|
|
# Date created: 26 June 2006
|
|
# Whom: Jordi Haarman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simpletal
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SimpleTAL-${PORTVERSION}
|
|
|
|
MAINTAINER= j.haarman@synantics.com
|
|
COMMENT= Stand alone TAL Python implementation to power HTML & XML templates
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|