1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-simpletal/Makefile
Ion-Mihai Tetcu dbdcdbd882 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
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
2006-07-15 08:27:54 +00:00

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>