blob: 9988c0b202445edfc2e834788e76e1a1abefac5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|