1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

add py-freebsd 0.1

Python interface to FreeBSD-specific system libraries

PR:		39253
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
This commit is contained in:
Ying-Chieh Liao 2002-06-14 07:29:30 +00:00
parent 43e80d5a4b
commit 6ffcaa9250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61250
6 changed files with 26 additions and 0 deletions

View File

@ -575,6 +575,7 @@
SUBDIR += py-coro
SUBDIR += py-cxx
SUBDIR += py-fileutils
SUBDIR += py-freebsd
SUBDIR += py-game
SUBDIR += py-grouch
SUBDIR += py-htmlkit

20
devel/py-freebsd/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Ports collection makefile for: py-freebsd
# Date created: 14 June 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= freebsd
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= http://fallin.lv/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-freebsd-${PORTVERSION}
MAINTAINER= perky@fallin.lv
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (py-freebsd-0.1.tar.gz) = 4e4af75b34561a62e4219493a9174bdf

View File

@ -0,0 +1 @@
Python interface to FreeBSD-specific system libraries

View File

@ -0,0 +1,2 @@
This package provides a python interface to FreeBSD-specific library
functions.

View File

@ -0,0 +1 @@
lib/%%PYTHON_VERSION%%/site-packages/freebsd.so