freebsd-ports/net/p5-Net-MAC-Vendor/Makefile
Aaron Dalton ea66b805e3 - Update to v1.15
Approved by:	tobez (implicit)
2006-06-27 01:43:06 +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.15
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>