freebsd-ports/devel/py-freebsd/Makefile
Kris Kennaway 149b3e7f85 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 02:43:13 +00:00

29 lines
661 B
Makefile

# 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>