ccf743d8b9
- assign maintainership to submitter PR: 53937 Submitted by: Lars Thegler <lars@thegler.dk>
22 lines
471 B
Makefile
22 lines
471 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.20
|
|
CATEGORIES= net perl5 ipv6
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@thegler.dk
|
|
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::IP.3
|
|
|
|
.include <bsd.port.mk>
|