- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
21 lines
350 B
Makefile
21 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.batching
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Batching facilities used in Plone
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DIST_SUBDIR= zope
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_ZIP= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|