2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Hye-Shik Chang <perky@python.or.kr>
|
2001-08-29 01:58:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= py2html
|
2002-03-12 03:44:39 +01:00
|
|
|
PORTVERSION= 0.7
|
2001-08-29 01:58:15 +02:00
|
|
|
CATEGORIES= textproc www python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/perky
|
2002-03-12 03:44:39 +01:00
|
|
|
PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//}
|
2001-08-29 01:58:15 +02:00
|
|
|
|
2010-05-23 23:16:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python Highlighter for HTML
|
2001-08-29 01:58:15 +02:00
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python:2 shebangfix
|
|
|
|
USE_PYTHON= distutils autoplist
|
2001-08-29 01:58:15 +02:00
|
|
|
|
2014-08-09 17:44:27 +02:00
|
|
|
python_OLD_CMD= /usr/bin/env python
|
|
|
|
SHEBANG_FILES= py2html
|
|
|
|
|
2001-08-29 01:58:15 +02:00
|
|
|
.include <bsd.port.mk>
|