freebsd-ports/textproc/py2html/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

23 lines
477 B
Makefile

# New ports collection makefile for: py2html
# Date created: 15 Nov 2000
# Whom: 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= perky@FreeBSD.org
COMMENT= Python Highlighter for HTML
USE_PYTHON= yes
MAKE_ENV= PORTSDIR=${PORTSDIR}
INSTALLS_EGGINFO= yes
.include <bsd.port.mk>