mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
15 lines
331 B
Makefile
15 lines
331 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=${GMAKE} ## MakeMaker blows it without this
|
|
|
|
.include "${MASTERDIR}/Makefile"
|