mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# 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
|
|
PKGNAMESUFFIX= -python
|
|
|
|
MASTERDIR= ${.CURDIR}/../redland-bindings
|
|
|
|
CONFLICTS= redland-bindings-[0-9]*
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|