diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 03:37:18 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 03:37:18 +0000 |
| commit | ece8286aa6bd2e6306a05555fe41f45464ccf62d (patch) | |
| tree | 2439d61aacf92bee2819a8dc1940171aeb0e9431 | |
| parent | 65725f44fbfacfca77fcd6942f32f7fbe98c8180 (diff) | |
Add {BUILD|RUN}_DEPENDS to p5-Apache-AuthCookie.
Submitted by: bento
| -rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 0f2da1583f57..7d42c1302ba1 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |
