1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/py-webhelpers/Makefile
Martin Wilke 93de54d36c - Reset magik@back-up.pl
Mail reject here:
<magik@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found

Approved by:	portmgr (linimon)
2009-03-12 19:53:21 +00:00

32 lines
879 B
Makefile

# New ports collection makefile for: py-webhelpers
# Date created: Thu Jun 21 12:44:46 MSD 2007
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= webhelpers
PORTVERSION= 0.6.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WebHelpers-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python helper functions for writing templates in web applications
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson
USE_PYTHON= 2.5
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= WebHelpers
post-install:
${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
-type d -exec ${CHMOD} 755 {} +
${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
-type f -exec ${CHMOD} ${SHAREMODE} {} +
.include <bsd.port.mk>