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

(-)Makefile (-2 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	Compress-Bzip2
8
PORTNAME=	Compress-Bzip2
9
PORTVERSION=	1.00
9
PORTVERSION=	1.01
10
CATEGORIES=	archivers perl5
10
CATEGORIES=	archivers perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Compress
12
MASTER_SITE_SUBDIR=	../by-authors/id/Z/ZO/ZOOVY
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	demon@FreeBSD.org
15
MAINTAINER=	demon@FreeBSD.org
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Compress-Bzip2-1.00.tar.gz) = a95354e728a594e7b42f61f803068442
1
MD5 (Compress-Bzip2-1.01.tar.gz) = de721ff10f1ef909ca71e7b9a8a89f5e
(-)pkg-descr (+2 lines)
Lines 1-3 Link Here
1
Bzip2 bindings for Perl5. That means you can access the
1
Bzip2 bindings for Perl5. That means you can access the
2
Bzip2 library from your Perl scripts there by compressing ordinary
2
Bzip2 library from your Perl scripts there by compressing ordinary
3
Perl strings.
3
Perl strings.
4
5
WWW: http://search.cpan.org/dist/Compress-Bzip2/

Return to bug 51556