blob: dc09011d44174964ee11bd0abff4c58f4915105b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Gerhard Gonter <g.gonter@ieee.org>
# $FreeBSD$
PORTNAME= prolog
PORTVERSION= 0.1
PORTREVISION= 3
CATEGORIES= lang python
MASTER_SITES= SF/py${PORTNAME}/PyProlog/PyProlog-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyProlog-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python extension embedding SWI-Prolog
BUILD_DEPENDS= swipl:${PORTSDIR}/lang/swi-pl
RUN_DEPENDS= swipl:${PORTSDIR}/lang/swi-pl
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= Does not build on ia64 or amd64 (can't link shared libraries to static)
.endif
.include <bsd.port.post.mk>
|