1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/py-turbokid/Makefile
Nicola Vitale a9f55050ea - Updated to 0.9.9
- Use now cheeshop.python.org as primary master site
- Use the new variable PYTHON_VER inside PYTURBOKID_EGG (style fix)

Approved by:	alexbl (mentor)
2007-01-25 21:48:20 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: py-turbokid
# Date created: 2006-12-02
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= TurboKid
PORTVERSION= 0.9.9
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/${PYTHON_VER}/T/TurboKid/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYTURBOKID_EGG}
EXTRACT_SUFX=
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin that supports Kid templates
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS+= kid:${PORTSDIR}/devel/py-kid
USE_PYTHON= 2.4
NO_BUILD= yes
PLIST_SUB+= PYTURBOKID_EGG=${PYTURBOKID_EGG}
SUB_FILES+= pkg-deinstall pkg-install
SUB_LIST+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
EGG="${PORTNAME}==${PORTVERSION}"
EASY_INSTALL= ${LOCALBASE}/bin/easy_install
EASY_INSTALL_ARGS= -N -b ${WRKSRC} -d ${PYTHON_SITELIBDIR} -s ${PREFIX}/bin
PYTURBOKID_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
do-extract:
${MKDIR} ${WRKSRC}
do-install:
${EASY_INSTALL} ${EASY_INSTALL_ARGS} ${DISTDIR}/${DISTFILES}
.include <bsd.port.mk>