aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libapreq2/Makefile
blob: 00d5dbd7c00ae4788adce7d099ad1ed238e3b67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"