1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/p5-NetAddr-IP/Makefile
Jeroen Ruigrok van der Werven cc2f0bb5fe Update to 2.22.
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]
2001-03-29 19:38:18 +00:00

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>