1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-libapreq2/Makefile
Philip M. Gollucci 2c53fd51f8 Without this, Perl's MakeMaker generates Makefiles with 'MAKE=make' and
this is bad for subdirectory targets where $(MAKE) is used: pmake is
invoked instead of GNU Make, so make process chokes at this point,

NO PORTREVISION bump since the packages were bumped before and never built after
the 2.12 update.

PR:             ports/134889
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Pointyhat to:   myself
2009-05-25 23:23:49 +00:00

19 lines
421 B
Makefile

# New ports collection makefile for: p5-libapreq2
# Date created: June 5, 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
CATEGORIES= www perl5 devel
MAINTAINER= skv@FreeBSD.org
COMMENT= Generic Apache2 Request Library with perl binding
MASTERDIR= ${.CURDIR}/../libapreq2
WITH_MODPERL2= yes
MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this
.include "${MASTERDIR}/Makefile"