diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-14 22:16:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-14 22:16:20 +0000 |
commit | 2df835e03611c6994e780ee1386fa96061ff7532 (patch) | |
tree | 4c13dd2f78bcf121ae88e32febd65897097ab769 /devel/p5-File-Modified/Makefile | |
parent | 84c3a45d9d0f64be0f9e5146df455c8de6914560 (diff) | |
download | ports-2df835e03611c6994e780ee1386fa96061ff7532.tar.gz ports-2df835e03611c6994e780ee1386fa96061ff7532.zip |
Notes
Diffstat (limited to 'devel/p5-File-Modified/Makefile')
-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 57a05de1fd23..2ac33282e8f5 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: |