freebsd-ports/net/p5-Net-MAC-Vendor/Makefile
Aaron Dalton 445f1dc272 update to v1.16
PR:		ports/107071
Submitted by:	chinsan
2006-12-24 08:18:44 +00:00

31 lines
701 B
Makefile

# New ports collection makefile for: p5-Net-MAC-Vendor
# Date created: 25 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-MAC-Vendor
PORTVERSION= 1.16
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Look up the vendor for a MAC
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Net::MAC::Vendor.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>