diff options
Diffstat (limited to 'lang/py-prolog/Makefile')
-rw-r--r-- | lang/py-prolog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/py-prolog/Makefile b/lang/py-prolog/Makefile index e5f45ed4fff7..26fa879510be 100644 --- a/lang/py-prolog/Makefile +++ b/lang/py-prolog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-prolog -# Date created: 28 Jun 2003 -# Whom: Gerhard Gonter <g.gonter@ieee.org> -# +# Created by: Gerhard Gonter <g.gonter@ieee.org> # $FreeBSD$ PORTNAME= prolog @@ -12,7 +9,7 @@ MASTER_SITES= SF/py${PORTNAME}/PyProlog/PyProlog-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyProlog-${PORTVERSION} -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Python extension embedding SWI-Prolog BUILD_DEPENDS= swipl:${PORTSDIR}/lang/swi-pl |