blob: 0069522415e172cc1ca67cbd5b3d22370c826fff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: p5-libapreq-static
# Date created: 6 Jun 2003
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
PKGNAMESUFFIX= -static
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/apache13-modperl
MASTERDIR= ${.CURDIR}/../p5-libapreq
.include "${MASTERDIR}/Makefile"
|