freebsd-ports/net/p5-Net-MAC-Vendor/Makefile
Martin Wilke ef6644f085 - Update to 1.18
- Pass maintainership to perl
2008-04-29 11:13:29 +00:00

24 lines
525 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.18
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Look up the vendor for a MAC
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
MAN3= Net::MAC::Vendor.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>