aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py2html/Makefile
blob: ae0fd07dd293e4c6c15bfca1dc29cc8c3d271ff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
MAKE_ENV=   PORTSDIR=${PORTSDIR}

.include <bsd.port.mk>