freebsd-ports/www/py-meld3/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

17 lines
354 B
Makefile

# Created by: Kirill P. Spitsin <tn@0x746e.org.ua>
# $FreeBSD$
PORTNAME= meld3
PORTVERSION= 0.6.8
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tn@0x746e.org.ua
COMMENT= HTML/XML templating system for Python
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>