mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# Created by: Hye-Shik Chang <perky@python.or.kr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= py2html
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= perky
|
|
PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python Highlighter for HTML
|
|
|
|
USE_PYTHON= yes
|
|
MAKE_ENV= PORTSDIR=${PORTSDIR}
|
|
INSTALLS_EGGINFO= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|