85d0153e13
feedback & ok steven@
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/01/14 20:49:05 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "module for access to network card configuration information"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-Interface-1.02
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|