diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2013-05-18 23:13:26 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2013-05-18 23:13:26 +0000 |
commit | 915becce264787363b68cec70c7979c161a2b65a (patch) | |
tree | 0fb9aaf31e329f57b5997646a6771716a0e61944 /lang/swi-pl | |
parent | c801875fa461b840d410b6e5e24fb80d5f41131c (diff) | |
download | ports-915becce264787363b68cec70c7979c161a2b65a.tar.gz ports-915becce264787363b68cec70c7979c161a2b65a.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 7656d5b02867..2d4025532410 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SWI-Prolog -# Date created: 10 August 1996 -# Whom: Michael Butschky <butsch@computi.erols.com> -# +# Created by: Michael Butschky <butsch@computi.erols.com> # $FreeBSD$ -# PORTNAME= swi-pl PORTVERSION= 5.10.5 @@ -12,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= pl-${PORTVERSION} -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ |