Based on 7.5 months timeout in bug#221411. PHB Section 5.5: If the maintainer does not respond within three months, ... then that maintainer is considered absent ... and can be replaced as the maintainer of the particular port in question. PR: 221411 Reported by: tobik Approved by: culot (maintainer's timeout; 7.5 months)
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pystache
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Logic-less templates for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|