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>
|