81100672d4
Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# New ports collection makefile for: Tempita
|
|
# Date created: 24 Feb, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tempita
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A very small text templating language
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|