forked from Lainports/opnsense-ports
21 lines
431 B
Makefile
21 lines
431 B
Makefile
PORTNAME= Net-ARP
|
|
PORTVERSION= 1.0.12
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl extension for creating ARP packets
|
|
WWW= https://metacpan.org/release/Net-ARP
|
|
|
|
LICENSE= GPLv2
|
|
|
|
TEST_DEPENDS= p5-Net-Pcap>=0:net/p5-Net-Pcap
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so
|
|
|
|
.include <bsd.port.mk>
|