mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e0bbfa4202
- Convert to PYDISTUTILS_AUTOPLIST
33 lines
786 B
Makefile
33 lines
786 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freebsd
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~perky/distfiles/
|
|
MASTER_SITE_SUBDIR= perky
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py-freebsd-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python interface to FreeBSD-specific system libraries
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# Multi-IPv4/v6/no-IP jails.
|
|
.if ${OSVERSION} >= 800056 || \
|
|
(${OSVERSION} < 800000 && ${OSVERSION} >= 701103)
|
|
EXTRA_PATCHES+= ${FILESDIR}/freebsd8_patch-src-jail.c
|
|
.endif
|
|
.if ${OSVERSION} >= 900030
|
|
EXTRA_PATCHES+= ${FILESDIR}/freebsd9_patch-src-sysctl.c
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|