aboutsummaryrefslogtreecommitdiff
path: root/math/why3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/why3/Makefile')
-rw-r--r--math/why3/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/why3/Makefile b/math/why3/Makefile
new file mode 100644
index 000000000000..367a8d6ce23e
--- /dev/null
+++ b/math/why3/Makefile
@@ -0,0 +1,22 @@
+# Created by: John Marino <marino@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= why3
+PORTVERSION= 0.83
+CATEGORIES= math
+MASTER_SITES= http://gforge.inria.fr/frs/download.php/33490/ \
+ http://pkgs.fedoraproject.org/repo/pkgs/why3/${FEDORA}/
+
+MAINTAINER= marino@FreeBSD.org
+COMMENT= Deductive program verification platform
+
+LICENSE= LGPL21
+
+CONFLICT_INSTALL= why3-gpl-*
+
+FEDORA= ${DISTNAME}${EXTRACT_SUFX}/35f99e5f64939e50ea57f641ba2073ec
+ALL_TARGET= all byte
+HAS_MANUAL= yes
+
+.include "${.CURDIR}/Makefile.common"
+.include <bsd.port.mk>