forked from Lainports/freebsd-ports
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: Jordi Haarman
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= textproc python
|
|
|
|
MAINTAINER= j.haarman@synantics.com
|
|
COMMENT= Python language bindings for the Redland package
|
|
PKGNAMESUFFIX= -python
|
|
|
|
MASTERDIR= ${.CURDIR}/../redland-bindings
|
|
|
|
CONFLICTS= redland-bindings-[0-9]*
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|