blob: 7777fcc46ef45d695402b70adb088433a0f0801a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= IO-Interface
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for access to network card configuration information
USES= perl5
USE_PERL5= configure
MAN3= IO::Interface.3 IO::Interface::Simple.3
NO_STAGE= yes
.include <bsd.port.mk>
|