873aa3718e
- Take maintainership PR: 138045 Submitted by: Ayumi M <ayu@commun.jp>
22 lines
539 B
Makefile
22 lines
539 B
Makefile
# New ports collection makefile for: py-simpletal
|
|
# Date created: 26 June 2006
|
|
# Whom: Jordi Haarman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simpletal
|
|
PORTVERSION= 4.2
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SimpleTAL-${PORTVERSION}
|
|
|
|
MAINTAINER= ayu@commun.jp
|
|
COMMENT= Stand alone TAL Python implementation to power HTML & XML templates
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= SimpleTAL
|
|
|
|
.include <bsd.port.mk>
|