diff options
Diffstat (limited to 'textproc/hs-regex-posix/Makefile')
-rw-r--r-- | textproc/hs-regex-posix/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index f6efc91c315f..85164e98800d 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -1,17 +1,11 @@ -# New ports collection makefile for: hs-regex-posix -# Date created: 2010-08-10 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= regex-posix -PORTVERSION= 0.95.1 -PORTREVISION= 2 +PORTVERSION= 0.95.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= The posix regex backend for regex-base +COMMENT= Replaces/enhances Text.Regex LICENSE= BSD |