# $NetBSD: Makefile,v 1.8 2019/09/15 15:17:06 fox Exp $ DISTNAME= py-sysctl-0.1 PKGNAME= ${PYPKGPREFIX}-sysctl-0.1 PKGREVISION= 3 CATEGORIES= devel python MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cherry/ # Depends on NetBSD's dynamic sysctl discovery API. # (If you have another OS that supports this, add it here) ONLY_FOR_PLATFORM+= NetBSD-*-* MAINTAINER= cherry@zyx.in COMMENT= Python interface to sysctl(3) PYDISTUTILSPKG= # yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"