blob: 96602e37f8a2cc4806a9ead0cac6a9b82b5b982b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: mez_xml
# Date created: 2008-02-27
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= mez_xml
PORTVERSION= 0.4
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple template engine for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|