freebsd-ports/www/py-meld3/Makefile
Martin Wilke 7e1ae875ba - Update to 0.6.5
- Connect to the build

PR:		135563
Submitted by:	"Kirill P. Spitsin" <tn@0x746e.org.ua>
2009-07-05 22:51:54 +00:00

23 lines
549 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.5
CATEGORIES= www
MASTER_SITES= http://www.plope.com/software/meld3/ \
http://0x746e.org.ua/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tn@0x746e.org.ua
COMMENT= HTML/XML templating system for Python 2.3+
RUN_DEPENDS= py*-elementtree>=1.2:${PORTSDIR}/devel/py-elementtree
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>