1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/py-Tempita/Makefile
Wen Heping 8949f0d7e7 - Update to 0.5.1
PR:		ports/158282
Submitted by:	lwhsu@
2011-06-26 12:08:04 +00:00

21 lines
417 B
Makefile

# New ports collection makefile for: Tempita
# Date created: 24 Feb, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Tempita
PORTVERSION= 0.5.1
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>