aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Products.ExternalEditor/Makefile
blob: 0e48276bbb6fe14419978fc034b566407db47ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Products.ExternalEditor
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	devel python zope
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Zope external editor
WWW=		https://pypi.org/project/Products.ExternalEditor/

LICENSE=	ZPL21

USES=		python:3.6+ zip
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>