2013-07-13 23:10:25 +02:00
|
|
|
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sysctl
|
2013-10-28 22:52:00 +01:00
|
|
|
PORTVERSION= 0.1b7
|
2013-12-26 16:17:10 +01:00
|
|
|
PORTREVISION= 1
|
2013-07-13 23:10:25 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
|
|
COMMENT= Wrapper for the sysctl system functions
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2013-12-26 16:17:10 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-10-28 22:52:00 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-07-14 20:34:17 +02:00
|
|
|
|
2013-10-16 16:05:31 +02:00
|
|
|
.include <bsd.port.mk>
|