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:
parent
43e80d5a4b
commit
6ffcaa9250
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61250
@ -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
20
devel/py-freebsd/Makefile
Normal 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>
|
1
devel/py-freebsd/distinfo
Normal file
1
devel/py-freebsd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (py-freebsd-0.1.tar.gz) = 4e4af75b34561a62e4219493a9174bdf
|
1
devel/py-freebsd/pkg-comment
Normal file
1
devel/py-freebsd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Python interface to FreeBSD-specific system libraries
|
2
devel/py-freebsd/pkg-descr
Normal file
2
devel/py-freebsd/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This package provides a python interface to FreeBSD-specific library
|
||||
functions.
|
1
devel/py-freebsd/pkg-plist
Normal file
1
devel/py-freebsd/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/freebsd.so
|
Loading…
Reference in New Issue
Block a user