blob: 0fd01925ef69534d3a08da5abaf9b764ade8bba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
|