diff options
author | mat <mat@FreeBSD.org> | 2007-06-22 20:32:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-06-22 20:32:45 +0800 |
commit | 813e7894eecbd6dd29724f7521a0e5ad731d3e86 (patch) | |
tree | b51f870d2ef056f0511244d25f73f2bec5bcf7dd /www | |
parent | 3734f54a8042f720cf3be0ab71607342e3c9105b (diff) | |
download | freebsd-ports-gnome-813e7894eecbd6dd29724f7521a0e5ad731d3e86.tar.gz freebsd-ports-gnome-813e7894eecbd6dd29724f7521a0e5ad731d3e86.tar.zst freebsd-ports-gnome-813e7894eecbd6dd29724f7521a0e5ad731d3e86.zip |
Add missing dependency
Reported by: leeym
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Ex/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-CGI-Ex/Makefile b/www/p5-CGI-Ex/Makefile index b5419bcd7ca4..adc8f4e8b27e 100644 --- a/www/p5-CGI-Ex/Makefile +++ b/www/p5-CGI-Ex/Makefile @@ -7,6 +7,7 @@ PORTNAME= CGI-Ex PORTVERSION= 2.15 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CGI utility suite - makes powerful application writing fun and easy +BUILD_DEPENDS= ${SITE_PERL}/Template/Alloy.pm:${PORTSDIR}/www/p5-Template-Alloy +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::Auth.3 CGI::Ex::Conf.3 \ |