mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
668 B
Makefile
27 lines
668 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.rfc822
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= RFC822 marshalling for zope.schema fields
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.schema \
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil
|
|
|
|
DIST_SUBDIR= zope
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_ZIP= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|