freebsd-ports/net/p5-Net-ARP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
493 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-ARP
PORTVERSION= 1.0.9
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for creating ARP packets
LICENSE= GPLv2
BUILD_DEPENDS= p5-Net-Pcap>=0:net/p5-Net-Pcap
USES= perl5 tar:tgz
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so
.include <bsd.port.mk>