mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
PORTNAME= Products.ExternalEditor
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Zope external editor
|
|
|
|
LICENSE= ZPL21
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|