aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Raw-Zlib/Makefile
blob: c725618bd709bd4002e7af3224f6fdda794c1a57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	Compress-Raw-Zlib
PORTVERSION=	2.211
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Low-Level Interface to zlib compression library
WWW=		https://metacpan.org/release/Compress-Raw-Zlib

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
		p5-Test-Pod>=1:devel/p5-Test-Pod

USES=		perl5
USE_PERL5=	configure

TEST_ENV=	COMPRESS_ZLIB_RUN_ALL=yes

post-patch:
# Clean up bundled libraries
	@${RM} -r ${WRKSRC}/zlib-src/

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so

.include <bsd.port.mk>