diff options
author | nork <nork@FreeBSD.org> | 2006-08-07 23:42:17 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-08-07 23:42:17 +0800 |
commit | 14500917bf4c39f82a3e958c50e2a5bd6cde98c6 (patch) | |
tree | 146a5d4ef5e3e6c48bd008a4b71033623b1e6cbf | |
parent | 5da7a80cc0f889d6cffb8c227881264837c6692f (diff) | |
download | freebsd-ports-gnome-14500917bf4c39f82a3e958c50e2a5bd6cde98c6.tar.gz freebsd-ports-gnome-14500917bf4c39f82a3e958c50e2a5bd6cde98c6.tar.zst freebsd-ports-gnome-14500917bf4c39f82a3e958c50e2a5bd6cde98c6.zip |
Add missing dependencies.
Approved by: maintainer timeout (2 weeks)
-rw-r--r-- | www/p5-AMF-Perl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-AMF-Perl/Makefile b/www/p5-AMF-Perl/Makefile index 5295a9950c59..af3bce0a5d99 100644 --- a/www/p5-AMF-Perl/Makefile +++ b/www/p5-AMF-Perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= AMF-Perl PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= www devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SIMONF @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Flash Remoting in Perl +RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + PERL_CONFIGURE= yes NOMANCOMPRESS= no |