diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-mueval | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-mueval')
-rw-r--r-- | devel/hs-mueval/Makefile | 8 | ||||
-rw-r--r-- | devel/hs-mueval/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 022f9d3e9908..33a228f3a5dd 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: hs-mueval -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= mueval PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-mueval/pkg-descr b/devel/hs-mueval/pkg-descr index 60bbcf5eadde..c68364fa4a9a 100644 --- a/devel/hs-mueval/pkg-descr +++ b/devel/hs-mueval/pkg-descr @@ -6,4 +6,4 @@ and so on to sandbox the Haskell code. It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. For examples and explanations, please see the README file. Mueval is POSIX-only. -WWW: http://code.haskell.org/mubot/ +WWW: http://code.haskell.org/mubot/ |