freebsd-ports/net/p5-Net-ARP/Makefile
Dennis Herrmann ccc303beea - Update to 1.0.6
- Take maintainership
2009-05-28 20:14:03 +00:00

26 lines
490 B
Makefile

# New ports collection makefile for: p5-Net-ARP
# Date created: 2006-11-01
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-ARP
PORTVERSION= 1.0.6
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
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::ARP.3
.include <bsd.port.mk>