mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# Created by: Landon Fuller <landonf@opendarwin.org>
|
|
|
|
PORTNAME= zconfig
|
|
PORTVERSION= 3.0.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ZConfig-${PORTVERSION}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= General use python configuration library
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|