View | Details | Raw Unified | Return to bug 175363
Collapse All | Expand All

(-)p5-Net-IPv4Addr/Makefile (-5 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Net-IPv4Addr
1
# Created by: Brad Hendrickse <bradh@uunet.co.za>
2
# Date created:				25 February 2000
3
# Whom:                			Brad Hendrickse <bradh@uunet.co.za>
4
#
5
# $FreeBSD: head/net-mgmt/p5-Net-IPv4Addr/Makefile 300897 2012-07-14 14:29:18Z beat $
2
# $FreeBSD: head/net-mgmt/p5-Net-IPv4Addr/Makefile 300897 2012-07-14 14:29:18Z beat $
6
#
7
3
8
PORTNAME=	Net-IPv4Addr
4
PORTNAME=	Net-IPv4Addr
9
PORTVERSION=	0.10
5
PORTVERSION=	0.10
Lines 14-19 Link Here
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Perl extension for manipulating IPv4 addresses
11
COMMENT=	Perl extension for manipulating IPv4 addresses
16
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
17
PERL_CONFIGURE=	yes
16
PERL_CONFIGURE=	yes
18
17
19
MAN1=		ipv4calc.1
18
MAN1=		ipv4calc.1
(-)p5-Net-IPv4Addr/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
Methods for calculating the network and broadcast address, and
3
Methods for calculating the network and broadcast address, and
4
also to check if a given address is in a specific network also exist.
4
also to check if a given address is in a specific network also exist.
5
5
6
WWW: http://indev.insu.com/
6
WWW: http://search.cpan.org/dist/Net-IPv4Addr/
(-)p5-Net-IPv6Addr/Makefile (-5 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Net-IPv6Addr
1
# Created by: JJ Behrens <jj@nttmcl.com>
2
# Date created:				13 September 2001
3
# Whom:                			JJ Behrens <jj@nttmcl.com>
4
#
5
# $FreeBSD: head/net-mgmt/p5-Net-IPv6Addr/Makefile 300897 2012-07-14 14:29:18Z beat $
2
# $FreeBSD: head/net-mgmt/p5-Net-IPv6Addr/Makefile 300897 2012-07-14 14:29:18Z beat $
6
#
7
3
8
PORTNAME=	Net-IPv6Addr
4
PORTNAME=	Net-IPv6Addr
9
PORTVERSION=	0.2
5
PORTVERSION=	0.2
Lines 14-19 Link Here
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Perl extension for manipulating IPv6 addresses
11
COMMENT=	Perl extension for manipulating IPv6 addresses
16
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
17
BUILD_DEPENDS=	p5-Net-IPv4Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \
16
BUILD_DEPENDS=	p5-Net-IPv4Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \
18
		p5-Math-Base85>=0:${PORTSDIR}/math/p5-Math-Base85
17
		p5-Math-Base85>=0:${PORTSDIR}/math/p5-Math-Base85
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
(-)p5-Net-IPv6Addr/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
strings (as described in RFC1886) if you are inclined to play with
4
strings (as described in RFC1886) if you are inclined to play with
5
DNS records.
5
DNS records.
6
6
7
WWW: http://www.nog.net/~tony/warez/
7
WWW: http://search.cpan.org/dist/Net-IPv6Addr/

Return to bug 175363