openbsd-ports/net/p5-IO-Interface/Makefile

20 lines
343 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $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
2012-08-23 11:50:05 -04:00
REVISION= 0
CATEGORIES= net
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:50:05 -04:00
WANTLIB += c
.include <bsd.port.mk>