aboutsummaryrefslogtreecommitdiff
path: root/www/py-meld3/Makefile
blob: 4eea0da0c650073b83fa6e0da9b06238c8b1d5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Kirill P. Spitsin <tn@0x746e.org.ua>
# $FreeBSD$

PORTNAME=	meld3
PORTVERSION=	0.6.8
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	tn@0x746e.org.ua
COMMENT=	HTML/XML templating system for Python

USES=		python:2
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>