freebsd-ports/www/p5-libapreq2/Makefile
Baptiste Daroussin a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00

14 lines
334 B
Makefile

# Created by: 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=${MAKE_CMD} ## MakeMaker blows it without this
.include "${MASTERDIR}/Makefile"