diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-10 09:03:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-10 09:03:15 +0000 |
commit | d288ced423efc9426657d64daaf944774b75fb5a (patch) | |
tree | 8bab12ce41a740cc93f03f914a9c0bec00ea848c /www/p5-libapreq-static | |
parent | 899dc07994e4a85edb5b43c703a2674d5c32c318 (diff) |
Notes
Diffstat (limited to 'www/p5-libapreq-static')
-rw-r--r-- | www/p5-libapreq-static/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/p5-libapreq-static/Makefile b/www/p5-libapreq-static/Makefile new file mode 100644 index 000000000000..0069522415e1 --- /dev/null +++ b/www/p5-libapreq-static/Makefile @@ -0,0 +1,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" |