aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-plone.batching/Makefile
blob: a03bfe2c0d5bfa34cd01ebab0dab1a333aebabf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

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

MAINTAINER= zope@FreeBSD.org
COMMENT=    Batching facilities used in Plone

LICENSE=    GPLv2

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

.include <bsd.port.mk>