1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/py-Lightbox/Makefile
Ruslan Makhmatkhanov 779ac153ed www/py-Lightbox: convert to USES=python
- convert to USES=python
- limit python version to 2 (because of www/py-paste isn't 3.x aware)
- remove deprecated author attribution from pkg-plist

Approved by:	portmgr (blanket)
2014-10-18 13:14:09 +00:00

24 lines
605 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= Lightbox
PORTVERSION= 2.1
PORTREVISION= 3
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= python:2 zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>