2001-04-28 17:16:33 +02:00
|
|
|
# New ports collection makefile for: net/p5-IO-Interface
|
|
|
|
# Date created: 26 April 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-Interface
|
2007-12-30 10:25:02 +01:00
|
|
|
PORTVERSION= 1.04
|
2001-04-28 17:16:33 +02:00
|
|
|
CATEGORIES= net perl5
|
2007-12-30 10:25:02 +01:00
|
|
|
MASTER_SITES= CPAN
|
2001-04-28 17:16:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-09-21 10:01:27 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl extension for access to network card configuration information
|
2001-04-28 17:16:33 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-09-21 10:01:27 +02:00
|
|
|
MAN3= IO::Interface.3 IO::Interface::Simple.3
|
2001-04-28 17:16:33 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|