summaryrefslogtreecommitdiffstats
path: root/devel/py-freebsd/Makefile
blob: 031ee4c1651dad71b7754ad7f1d585d83d717f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:	py-freebsd
# Date created:		14 June 2002
# Whom:			Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#

PORTNAME=	freebsd
PORTVERSION=	0.2
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	perky
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py-freebsd-${PORTVERSION}

MAINTAINER=	perky@FreeBSD.org
COMMENT=	Python interface to FreeBSD-specific system libraries

PLIST_FILES=	lib/%%PYTHON_VERSION%%/site-packages/freebsd.so
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud