# $MidnightBSD: trunk/archivers/p5-Compress-Raw-Zlib/Makefile 19111 2015-05-24 20:12:01Z laffer1 $

PORTNAME=	Compress-Raw-Zlib
PORTVERSION=	2.068
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PMQS
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Low-Level Interface to zlib compression library

LICENSE=	artistic gpl
LICENSE_COMB=	dual

PERL_CONFIGURE=	YES

post-patch:
	@${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in

.include <bsd.port.mk>
