mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0d3da75e07
Changelog: https://plone.org/products/plone/releases/4.3.8 With hat: zope
20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $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>
|