freebsd-ports/net/p5-Net-ARP/Makefile
Philippe Audeoud 50497f7ea4 - Support STAGE
Approved by:	dhn@ via private mail
2013-12-18 14:22:11 +00:00

20 lines
378 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-ARP
PORTVERSION= 1.0.8
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= dhn@FreeBSD.org
COMMENT= Perl extension for creating ARP packets
BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>