diff options
Diffstat (limited to 'net/hs-pcap/Makefile')
-rw-r--r-- | net/hs-pcap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 6b3af2d83393..1bce4806ad53 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -6,13 +6,16 @@ # PORTNAME= pcap -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.5.1 CATEGORIES= net haskell MAINTAINER= jupengfei@gmail.com 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" .include <bsd.port.mk> |