forked from Lainports/freebsd-ports
Slave port for redland python bindings.
PR: ports/99487 Submitted by: Jordi Haarman
This commit is contained in:
parent
3543e059d4
commit
bd0196ca13
2 changed files with 20 additions and 0 deletions
|
|
@ -715,6 +715,7 @@
|
|||
SUBDIR += redet
|
||||
SUBDIR += redland
|
||||
SUBDIR += redland-bindings
|
||||
SUBDIR += redland-bindings-python
|
||||
SUBDIR += refdb
|
||||
SUBDIR += referrercop
|
||||
SUBDIR += replaceit
|
||||
|
|
|
|||
19
textproc/redland-bindings-python/Makefile
Normal file
19
textproc/redland-bindings-python/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: redland-bindings-python
|
||||
# Date created: 23 March 2005
|
||||
# Whom: Jordi Haarman
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= textproc python
|
||||
|
||||
MAINTAINER= j.haarman@synantics.com
|
||||
COMMENT= Python language bindings for the Redland package
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../redland-bindings
|
||||
|
||||
CONFLICTS= redland-bindings-[0-9]*
|
||||
|
||||
WITH_PYTHON= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue