20 lines
343 B
Makefile
20 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:50 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for access to network card configuration information
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-Interface-1.06
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|