freebsd-ports/www/py-plone.scale/Makefile
Ruslan Makhmatkhanov 79053b529c - add dependency on PIL (graphics/py-imaging)
- strict python version to 2.x only
- bump PORTREVISION

Submitted by:	lstewart (via mail)
2012-05-20 10:02:46 +00:00

32 lines
935 B
Makefile

# New ports collection makefile for: py-plone.scale
# Date created: 02 January 2012
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= plone.scale
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Image scaling
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}imaging>=1.1:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence
DIST_SUBDIR= zope
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk>