freebsd-ports/textproc/py2html/Makefile
Antoine Brodin de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00

22 lines
471 B
Makefile

# Created by: Hye-Shik Chang <perky@python.or.kr>
# $FreeBSD$
PORTNAME= py2html
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= LOCAL/perky
PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Highlighter for HTML
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
USES= python:2.7 shebangfix
USE_PYTHON= distutils autoplist
SHEBANG_FILES= py2html
.include <bsd.port.mk>