diff options
Diffstat (limited to 'net/hs-pcap/Makefile')
-rw-r--r-- | net/hs-pcap/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 4c2c9f792b67..61fc89193c2a 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-pcap -# Date created: 17 May 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# +# Created by: Ju Pengfei <jupengfei@gmail.com> # $FreeBSD$ -# PORTNAME= pcap -PORTVERSION= 0.4.5.1 -PORTREVISION= 4 +PORTVERSION= 0.4.5.2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +10,6 @@ COMMENT= A system-independent interface for user-level packet capture LICENSE= BSD -CABAL_SETUP= Setup.lhs USE_CABAL= network .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |