2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-26 00:25:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-MAC-Vendor
|
2013-10-04 19:34:52 +02:00
|
|
|
PORTVERSION= 1.2000
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-26 00:25:43 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-26 00:25:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2013-10-04 19:34:52 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//}
|
2006-05-26 00:25:43 +02:00
|
|
|
|
2008-04-29 13:13:29 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-26 00:25:43 +02:00
|
|
|
COMMENT= Look up the vendor for a MAC
|
|
|
|
|
2013-10-04 19:34:52 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2006-05-26 00:25:43 +02:00
|
|
|
|
2013-10-04 19:34:52 +02:00
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-26 00:25:43 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-26 00:25:43 +02:00
|
|
|
|
2014-03-06 19:51:17 +01:00
|
|
|
.include <bsd.port.mk>
|