20 lines
341 B
Makefile
20 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.3 2017/11/29 00:14:29 bluhm Exp $
|
|
|
|
COMMENT = module to handle hardware MAC addresses
|
|
|
|
DISTNAME = NetAddr-MAC-0.95
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
BUILD_DEPENDS = devel/p5-Test-Trap
|
|
|
|
.include <bsd.port.mk>
|