blob: 48c346b73a7960611c4b60d9db1374141f73cb12 (
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: meld3
# Date created: 14 June 2009
# Whom: Kirill P. Spitsin <tn@0x746e.org.ua>
#
# $FreeBSD$
#
PORTNAME= meld3
PORTVERSION= 0.6.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tn@0x746e.org.ua
COMMENT= HTML/XML templating system for Python
USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|