cc2f0bb5fe
This fixes some bugs and introduces many new interesting netmask and netblock manipulating routines. Fixes contributed to the author by the MAINTAINER and your's truly. Submitted by: Anton Berezin <tobez@tobez.org> [MAINTAINER]
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# New ports collection makefile for: p5-NetAddr-IP
|
|
# Date created: 12 July 2000
|
|
# Whom: Christopher N. Harrell <cnh@ivmg.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= NetAddr-IP
|
|
PORTVERSION= 2.22
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= NetAddr
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@tobez.org
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= NetAddr::IP.3
|
|
|
|
.include <bsd.port.mk>
|