34 lines
982 B
Makefile
34 lines
982 B
Makefile
|
# New ports collection makefile for: py-plone.supermodel
|
||
|
# Date created: 02 January 2012
|
||
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= plone.supermodel
|
||
|
PORTVERSION= 1.0.3
|
||
|
CATEGORIES= www python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= rm@FreeBSD.org
|
||
|
COMMENT= Serialize Zope schema definitions to and from XML
|
||
|
|
||
|
LICENSE= BSD
|
||
|
|
||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
||
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
||
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
|
||
|
${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:${PORTSDIR}/devel/py-zope.deferredimport \
|
||
|
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname
|
||
|
|
||
|
DIST_SUBDIR= zope
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= easy_install
|
||
|
USE_ZIP= yes
|
||
|
|
||
|
post-patch:
|
||
|
@${FIND} ${WRKSRC} -type f -name "*.orig" -delete
|
||
|
|
||
|
.include <bsd.port.mk>
|