04ea76d0b5
pkgsrc changes: - Add license definition Upstream changes: 1.34 - January 7, 2009 Remove quadratic memory allocation during multipart_buffer reads [joes] have fill_buffer() completely fill the multipart_buffer. This bug is tickled by the FireFox 2.0 when doing ssl uploads: https://bugzilla.mozilla.org/show_bug.cgi?id=356470 https://bugzilla.mozilla.org/show_bug.cgi?id=369414 move the mod_perl version detection to the top of Makefile.PL, so Apache-Test and other things won't fool around with %INC and confuse the detection code. [Stas]
28 lines
697 B
Makefile
28 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.22 2010/02/23 20:02:51 sno Exp $
|
|
|
|
DISTNAME= libapreq-1.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 5
|
|
SVR4_PKGNAME= p5lap
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://httpd.apache.org/apreq/
|
|
COMMENT= Lots of Apache specific httpd handling modules
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
DEPENDS+= p5-Apache-Test>=1.13:../../www/p5-Apache-Test
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/libapreq/.packlist
|
|
|
|
LDFLAGS+= ${COMPILER_RPATH_FLAG}auto/libapreq
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../www/ap-perl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|