opnsense-ports/net/hs-pcap/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

17 lines
352 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= pcap
PORTVERSION= 0.4.5.2
PORTREVISION= 9
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>