aboutsummaryrefslogblamecommitdiff
path: root/www/py-plone.scale/Makefile
blob: 6def6abf78b9aff85be8a9c005bfbb98de98e4ef (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                           
                     
                               

                                       
                    
 
                                

                             
                          
 



                                                                                    
 
                   
                          
                                   
 
                      
# $FreeBSD$

PORTNAME=	plone.scale
PORTVERSION=	1.4.1
CATEGORIES=	www python zope
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Image scaling

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation \
		${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
		${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence

NO_ARCH=	yes
USES=		python:2.7
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>