1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/lang/py-prolog/Makefile
Antoine Brodin de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00

27 lines
635 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
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
BUILD_DEPENDS= swipl:lang/swi-pl
RUN_DEPENDS= swipl:lang/swi-pl
BROKEN_amd64= fails to build: can't link shared libraries to static
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>