openbsd-ports/www/py-django/Makefile
merdely 6393f4e72e Update to 0.96.1.
Fixes an i18n vuln leading to possible DoS, described at
http://www.djangoproject.com/weblog/2007/oct/26/security-fix/

From MAINTAINER (Darren Chandler)
"go ahead" jasper@
2007-11-08 22:00:36 +00:00

36 lines
748 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/11/08 22:00:36 merdely Exp $
COMMENT= high-level Python web framework
VP= 0.96.1
V= 0.96
LNAME= django
DISTNAME= Django-${VP}
PKGNAME= py-${LNAME}-${VP}
CATEGORIES= www lang/python
HOMEPAGE= http://www.djangoproject.com/
MAINTAINER= Darrin Chandler <dwchandler@stilyagin.com>
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://media.djangoproject.com/releases/${V}/
MODULES= lang/python
NO_REGRESS= Yes
SUBST_VARS+= V LNAME
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${LNAME}
cd ${WRKSRC}/docs && \
find . ! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/share/doc/${LNAME}/{} \;
.include <bsd.port.mk>