pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile
schmonz 92849b7983 Update to 2.065 to not conflict with lang/perl5. From the changelog:
* [PATCH] resolve c++ build failure in core [#92657]
* gcc -g3: final link failed: Memory exhausted [#88936]
* [PATCH] Handle non-PVs better [#91558]
* Z_OK instead of Z_BUF_ERROR [#92521]
* gcc -g3: final link failed: Memory exhausted [#88936]
* Compress::Raw::Zlib uses AutoLoader for no reason [#88260]
* Typo in Compress::Zlib _combine function documentation [#89305]
2014-06-29 17:07:18 +00:00

27 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.32 2014/06/29 17:07:18 schmonz Exp $
DISTNAME= Compress-Raw-Zlib-2.065
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5crz
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Compress-Raw-Zlib/
COMMENT= Perl5 module interface to the zlib compression library
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Compress/Raw/Zlib/.packlist
MAKE_ENV+= BUILD_ZLIB=False
MAKE_ENV+= OLD_ZLIB=False
MAKE_ENV+= ZLIB_LIB=${BUILDLINK_PREFIX.zlib}/lib
MAKE_ENV+= ZLIB_INCLUDE=${BUILDLINK_PREFIX.zlib}/include
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"