freebsd-ports/www/py-Lightbox/Makefile
Gerald Pfeifer d6a8434aa3 - Enable staging.
- Add LICENSE (MIT).
- Update URL which was broken.

PR:		188701
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (blanket pre-approval)
2014-05-12 11:51:30 +00:00

24 lines
610 B
Makefile

# 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
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>