freebsd-ports/lang/py-prolog/Makefile
Volker Stolz 318a89374f The upgrade of swi-pl requires an update for PyProlog as
well.  While PyProlog is not available yet in a new version,
this fix bridges that gap.

PR:		ports/75592
Submitted by:	maintainer
2005-01-10 11:03:48 +00:00

25 lines
576 B
Makefile

# New ports collection makefile for: py-prolog
# Date created: 28 Jun 2003
# Whom: Gerhard Gonter <g.gonter@ieee.org>
#
# $FreeBSD$
PORTNAME= prolog
PORTVERSION= 0.1
PORTREVSION= 1
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyprolog
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyProlog-${PORTVERSION}
MAINTAINER= g.gonter@ieee.org
COMMENT= A Python extension embedding SWI-Prolog
BUILD_DEPENDS= pl:${PORTSDIR}/lang/swi-pl
RUN_DEPENDS= pl:${PORTSDIR}/lang/swi-pl
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>