mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
baba9cd29f
- this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
24 lines
492 B
Makefile
24 lines
492 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
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>
|