opnsense-ports/textproc/py2html/Makefile
Franco Fichtner 321dd2094f */*: sync with upstream
Taken from: FreeBSD
2015-10-20 07:26:03 +02:00

18 lines
378 B
Makefile

# Created by: Hye-Shik Chang <perky@python.or.kr>
# $FreeBSD$
PORTNAME= py2html
PORTVERSION= 0.7
CATEGORIES= textproc www python
MASTER_SITES= LOCAL/perky
PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Highlighter for HTML
USES= python:2 shebangfix
USE_PYTHON= distutils autoplist
SHEBANG_FILES= py2html
.include <bsd.port.mk>