diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-10 03:37:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-10 03:37:18 +0000 |
commit | c1a9caa09b23bb0f50678b567b0a8d711f587d0c (patch) | |
tree | bff16a13939a7c3bf1acb5dc39696f177a46d3a2 /www/p5-Apache-AuthTicket | |
parent | 1074bc3e4936d335fa8c203fe4ebb61c1f2eb568 (diff) | |
download | FreeBSD-ports-c1a9caa09b23bb0f50678b567b0a8d711f587d0c.zip FreeBSD-ports-c1a9caa09b23bb0f50678b567b0a8d711f587d0c.tar.gz |
Add {BUILD|RUN}_DEPENDS to p5-Apache-AuthCookie.
Submitted by: bento
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-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 0f2da15..7d42c13 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} |