Bug 26504 - www/p5-HTML-Mason
Summary: www/p5-HTML-Mason
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-12 06:40 UTC by Denis Shaposhnikov
Modified: 2001-05-19 15:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2001-04-12 06:40:00 UTC
Add build depends.

How-To-Repeat: 
diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Thu Apr 12 02:13:11 2001
+++ p5-HTML-Mason/Makefile	Thu Apr 12 09:33:11 2001
@@ -15,12 +15,14 @@
 
 MAINTAINER=	dsh@vlink.ru
 
+BUILD_DEPENDS=	${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \
+		${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
 RUN_DEPENDS=	${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \
 		${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
 
 IS_INTERACTIVE=	yes
 PERL_CONFIGURE=	yes
-SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/
+SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 MAN3=		Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-05-19 15:38:22 UTC
State Changed
From-To: open->closed

committed, thanks