335b14955c
- Change MASTER_SITES to CHEESESHOP - Update COMMENTS: remove out-dated version tag - Change USE_PYTHON to 2.5-2.7: drop devel/py-elementtree dependency - Remove trailing space in pkg-descr Changes: https://raw.github.com/Supervisor/meld3/afe92611ee5959d1105a37c4403c99520e24c4ae/CHANGES.txt PR: ports/160304 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer (timeout, 15 days)
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.7
|
|
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>
|