diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-10-15 06:16:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-10-15 06:16:20 +0800 |
commit | 68d6580ae1c60255e5d049c9697f964949f24f79 (patch) | |
tree | 37793897bc577fd30dac767f36fbdc871d28d7bb /devel/p5-File-Modified | |
parent | 7f33560bcaa72845df67e8bcb46c09aedf9b8666 (diff) | |
download | freebsd-ports-graphics-68d6580ae1c60255e5d049c9697f964949f24f79.tar.gz freebsd-ports-graphics-68d6580ae1c60255e5d049c9697f964949f24f79.tar.zst freebsd-ports-graphics-68d6580ae1c60255e5d049c9697f964949f24f79.zip |
- Reduce dependency with perl-5.8.
Approved by: perl (mat)
Diffstat (limited to 'devel/p5-File-Modified')
-rw-r--r-- | devel/p5-File-Modified/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-File-Modified/Makefile b/devel/p5-File-Modified/Makefile index 57a05de1fd2..2ac33282e8f 100644 --- a/devel/p5-File-Modified/Makefile +++ b/devel/p5-File-Modified/Makefile @@ -5,6 +5,7 @@ PORTNAME= File-Modified PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -13,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for checking intelligently if files have changed -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,7 +24,8 @@ MAN3= File::Modified.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif post-patch: |