2009-02-27 16:33:28 +01:00
|
|
|
# New ports collection makefile for: Tempita
|
|
|
|
# Date created: 24 Feb, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tempita
|
2009-05-01 20:05:34 +02:00
|
|
|
PORTVERSION= 0.4
|
2009-02-27 16:33:28 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
|
|
COMMENT= A very small text templating language
|
|
|
|
|
2009-06-09 00:30:55 +02:00
|
|
|
USE_PYTHON= 2.5+
|
2009-02-27 16:33:28 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|