1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/py-Lightbox/Makefile
Nicola Vitale 2164b295f9 - Update to 2.1
- Add www/py-scriptaculous to RUN_DEPENDS
- Change MASTER_SITES
- Convert easy_install support to <bsd.python.mk>
- Set USE_PYTHON to 2.4+
2009-01-19 22:18:25 +00:00

27 lines
675 B
Makefile

# New ports collection makefile for: py-Lightbox
# Date created: 2007-02-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Lightbox
PORTVERSION= 2.1
#PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Lightbox photo display widget for TurboGears
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk>