mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dffa1085b9
WWW: http://hackage.haskell.org/package/pcap PR: ports/146655 Submitted by: Ju Pengfei <jupengfei@gmail.com>
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# New ports collection makefile for: hs-pcap
|
|
# Date created: 17 May 2010
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcap
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= A system-independent interface for user-level packet capture
|
|
|
|
CABAL_SETUP= Setup.lhs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|