1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/py-plone.app.jquery/Makefile
Ruslan Makhmatkhanov 045b1fbdf5 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- clarify type of BSD license, where this info was available
- bump PORTREVISION
2014-02-15 14:43:11 +00:00

24 lines
549 B
Makefile

# $FreeBSD$
PORTNAME= plone.app.jquery
PORTVERSION= 1.7.2
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= jQuery integration for Plone
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>