ef6644f085
- Pass maintainership to perl
24 lines
525 B
Makefile
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>
|