4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# New ports collection makefile for: p5-Net-IPv4Addr
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IPv4Addr
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl extension for manipulating IPv4 addresses
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= ipv4calc.1
|
|
MAN3= Net::IPv4Addr.3
|
|
|
|
.include <bsd.port.mk>
|