freebsd-ports/www/py-meld3/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

17 lines
352 B
Makefile

# 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>