mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5c8b7419b2
Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
28 lines
635 B
Makefile
28 lines
635 B
Makefile
# New ports collection makefile for: myghty
|
|
# Date created: July 13 2005
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= myghty
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= SF
|
|
DISTNAME= Myghty-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Python based templating framework
|
|
|
|
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
|
|
USE_PYTHON= 2.5+
|
|
NO_BUILD= yes
|
|
PLIST_SUB= VERSION="${PORTVERSION}" PYVER="${PYTHON_VERSION:S/python//}"
|
|
|
|
do-install:
|
|
cd ${BUILD_WRKSRC} \
|
|
&& ${PYTHON_CMD} setup.py install --old-and-unmanageable
|
|
|
|
.include <bsd.port.mk>
|