Slave port for redland python bindings.

PR:		ports/99487
Submitted by:	Jordi Haarman
This commit is contained in:
Ion-Mihai Tetcu 2006-07-15 09:45:43 +00:00
parent 3543e059d4
commit bd0196ca13
2 changed files with 20 additions and 0 deletions

View file

@ -715,6 +715,7 @@
SUBDIR += redet
SUBDIR += redland
SUBDIR += redland-bindings
SUBDIR += redland-bindings-python
SUBDIR += refdb
SUBDIR += referrercop
SUBDIR += replaceit

View 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"