diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 14:45:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 14:45:49 +0000 |
commit | cbffb3af9d95e810e5b983bdb8af5870385468d0 (patch) | |
tree | bd420c0f805cb9e019640a5f2f7fce593a7d1093 /devel/p5-TheSchwartz | |
parent | e15a13a912240df930067dc8ad6dae1c0d280fb9 (diff) | |
download | ports-cbffb3af9d95e810e5b983bdb8af5870385468d0.tar.gz ports-cbffb3af9d95e810e5b983bdb8af5870385468d0.zip |
Notes
Diffstat (limited to 'devel/p5-TheSchwartz')
-rw-r--r-- | devel/p5-TheSchwartz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-TheSchwartz/Makefile b/devel/p5-TheSchwartz/Makefile index a571581b4e51..7225823f7c54 100644 --- a/devel/p5-TheSchwartz/Makefile +++ b/devel/p5-TheSchwartz/Makefile @@ -7,6 +7,7 @@ PORTNAME= TheSchwartz PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reliable job queue -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver +RUN_DEPENDS= ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver PERL_CONFIGURE= 5.8.0+ |