aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-IO-Interface/Makefile
blob: 688df2a7c96e42e63b18301749173974a83ff413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

.include <bsd.port.mk>