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

(-)p5-Net-CIDR/Makefile (-1 / +8 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	Net-CIDR
3
PORTNAME=	Net-CIDR
4
PORTVERSION=	0.18
4
PORTVERSION=	0.19
5
CATEGORIES=	net-mgmt perl5
5
CATEGORIES=	net-mgmt perl5
6
MASTER_SITES=	CPAN
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
Lines 9-15 Link Here
9
MAINTAINER=	jadawin@FreeBSD.org
9
MAINTAINER=	jadawin@FreeBSD.org
10
COMMENT=	Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
10
COMMENT=	Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
11
11
12
LICENSE=	ART10 GPLv1+
13
LICENSE_COMB=	dual
14
LICENSE_FILE_ART10=	${WRKSRC}/COPYING
15
LICENSE_FILE_GPLv1=	${WRKSRC}/COPYING
16
12
USES=		perl5
17
USES=		perl5
13
USE_PERL5=	configure
18
USE_PERL5=	configure
14
19
20
NO_ARCH=	yes
21
15
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)p5-Net-CIDR/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Net-CIDR-0.18.tar.gz) = c3df7ea8d42b2d8ec328c187329c5f8c4db6a2470873f61e3d0dd91430ef1427
1
TIMESTAMP = 1529494721
2
SIZE (Net-CIDR-0.18.tar.gz) = 10761
2
SHA256 (Net-CIDR-0.19.tar.gz) = 855bf4662062de1a85aba3b0e4c82665d7107873a43836f3c03e7f260dd89f3e
3
SIZE (Net-CIDR-0.19.tar.gz) = 11037

Return to bug 229178