opnsense-ports/net/hs-pcap/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

17 lines
353 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= pcap
PORTVERSION= 0.4.5.2
PORTREVISION= 13
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= System-independent interface for user-level packet capture
LICENSE= BSD3CLAUSE
USE_CABAL= network
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>