mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
75cce5f341
PR: ports/87696 Submitted by: leeym
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# New ports collection makefile for: p5-Net-IP
|
|
# Date created: 30 May 2002
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IP
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= net-mgmt perl5 ipv6
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::IP.3
|
|
|
|
.include <bsd.port.mk>
|