freebsd-ports/net/p5-Net-ARP/Makefile

20 lines
383 B
Makefile
Raw Normal View History

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-ARP
2013-12-18 10:43:09 +01:00
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Perl extension for creating ARP packets
2009-05-05 02:00:28 +02:00
BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>