mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
471 B
Makefile
20 lines
471 B
Makefile
# Created by: Landon Fuller <landonf@opendarwin.org>
|
|
# $FreeBSD: head/devel/py-zconfig/Makefile 391330 2015-07-04 21:07:29Z rm $
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|