2006-07-15 11:45:43 +02:00
|
|
|
# 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
|
2006-07-15 21:33:11 +02:00
|
|
|
PKGNAMESUFFIX= -python
|
2006-07-15 11:45:43 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../redland-bindings
|
|
|
|
|
|
|
|
CONFLICTS= redland-bindings-[0-9]*
|
|
|
|
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|