freebsd-ports/lang/py-prolog/Makefile
Marcus von Appen 734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00

27 lines
677 B
Makefile

# 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
USES= python
USE_PYTHON= distutils autoplist
.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>