23 lines
421 B
Makefile
23 lines
421 B
Makefile
|
# New ports collection makefile for: net/p5-Net-IRR
|
||
|
# Date created: 05 May 2010
|
||
|
# Whom: 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
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Net::IRR.3
|
||
|
|
||
|
.include <bsd.port.mk>
|