aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-Lightbox/Makefile
blob: 69eaf298e8882f56e3164d7ca40a24e8ce570a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Lightbox
PORTVERSION=    2.1
PORTREVISION=   2
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.1.2:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install
USE_ZIP=    yes

NO_STAGE=   yes
.include <bsd.port.mk>