blob: 6c8bff59873ca76888702d1452efb0f65c28a8de (
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@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-IRR
PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Internet Route Registry Daemon
USES= perl5
USE_PERL5= configure
MAN3= Net::IRR.3
NO_STAGE= yes
.include <bsd.port.mk>
|