mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c1ffb9a5f4
from maintainer Mikolaj Kucharski
23 lines
365 B
Makefile
23 lines
365 B
Makefile
COMMENT = module to handle hardware MAC addresses
|
|
|
|
DISTNAME = NetAddr-MAC-1.00
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CPAN_AUTHOR = DJZORT
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
BUILD_DEPENDS = devel/p5-Test-Trap
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|