freebsd-ports/www/py-scriptaculous/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

25 lines
680 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= scriptaculous
PORTVERSION= 1.8.1.1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://static.ossdl.de/tgwidgets/downloads/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Scriptaculous-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Scriptaculous packaged as TurboGears widgets
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears
RUN_DEPENDS:= ${BUILD_DEPENDS}
PYDISTUTILS_PKGNAME= Scriptaculous
# Use the same version of www/py-turbogears
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>