diff options
author | linimon <linimon@FreeBSD.org> | 2013-06-20 04:12:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2013-06-20 04:12:38 +0800 |
commit | 184a1c33c991e89155f8c31f1717e9038be127cf (patch) | |
tree | c5e1ec7cec88dea4a0728572a03ed55181cc5942 /lang/py-prolog | |
parent | 171c4ab2743024322da4411d57f641e30847005b (diff) | |
download | freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.tar.gz freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.tar.zst freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.zip |
Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
Diffstat (limited to 'lang/py-prolog')
-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 |