mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
422f12414f
Submitted by: g.gonter@ieee.org
25 lines
554 B
Makefile
25 lines
554 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
|
|
CATEGORIES= lang
|
|
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>
|