mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
6af7ae83a5
PR: 235193 Submitted by: Dani <i.dani@outlook.com> Approved by: maintainer timeout (tn@0x746e.org.ua, >1 month)
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# Created by: Kirill P. Spitsin <tn@0x746e.org.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meld3
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tn@0x746e.org.ua
|
|
COMMENT= HTML/XML templating system for Python
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|