PR: 168195 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# 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>
|