openbsd-ports/net/p5-IO-Interface/Makefile
kevlo b61bb93048 Initial import of p5-IO-Interface 0.97.
IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface
cards, such as IP addresses, net masks, and so forth.  It is useful
for identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria,
such as the ability to multicast.
2002-07-18 06:17:50 +00:00

23 lines
500 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/07/18 06:17:50 kevlo Exp $
COMMENT= "module for access to network card configuration information"
DISTNAME= IO-Interface-0.97
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
CONFIGURE_STYLE= perl
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>