14 lines
323 B
Makefile
14 lines
323 B
Makefile
|
# 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"
|