diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
commit | e4640905cd22414de663591002d03128b82160bf (patch) | |
tree | aa5bddcee5945007ea11f6c2eac78ae0fe843e12 /textproc/p5-Data-FormValidator-Constraints-DateTime | |
parent | - Update to 1.15 (diff) |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes:
svn path=/head/; revision=298438
Diffstat (limited to 'textproc/p5-Data-FormValidator-Constraints-DateTime')
-rw-r--r-- | textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile index 8f66900af199..f4a0c65b064a 100644 --- a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile +++ b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Data::FormValidator constraints for dates and times -BUILD_DEPENDS= ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |