mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
528736998d
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION
19 lines
366 B
Makefile
19 lines
366 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
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|