1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/p5-Net-ARP/Makefile
Marcelo Araujo c1f17a7e99 - Mark BROKEN on amd64: does not compile.
Reported by:	pointyhat via pav
Approved by:	stas (mentor, implicit)
2008-01-19 01:29:08 +00:00

32 lines
570 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.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for creating ARP packets
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::ARP.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile on amd64
.endif
.include <bsd.port.post.mk>