diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-09-06 09:01:48 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-09-06 09:01:48 +0000 |
commit | 1607f24d16e8dbe1498a02b18afbf7462e463b68 (patch) | |
tree | 2760f9a1e8b7ff72ceb40a63bdf699a10fa3be58 /textproc | |
parent | a2bb5be6ff37b83d1d90344953b3356c7d8ef64e (diff) | |
download | ports-1607f24d16e8dbe1498a02b18afbf7462e463b68.tar.gz ports-1607f24d16e8dbe1498a02b18afbf7462e463b68.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Simple/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile index e829a46ad677..eb449826629d 100644 --- a/textproc/p5-FormValidator-Simple/Makefile +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FormValidator-Simple -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/L/LY/LYOKATO @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Validation with simple chains of constraints -BUILD_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ +RUN_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Accessor>0:${PORTSDIR}/devel/p5-Class-Data-Accessor \ p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Date-Calc>=5.4:${PORTSDIR}/devel/p5-Date-Calc \ @@ -28,7 +29,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-FormValidator-Simple/distinfo b/textproc/p5-FormValidator-Simple/distinfo index f4a828a452df..fad02500bb6f 100644 --- a/textproc/p5-FormValidator-Simple/distinfo +++ b/textproc/p5-FormValidator-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (FormValidator-Simple-0.16.tar.gz) = b47b3626cf4a35babcf2c03230985222 -SHA256 (FormValidator-Simple-0.16.tar.gz) = a404f5afbb6bb25d3757ddf672fd841b86b9ced8f7f184d1aceadd946f0f4ffe -SIZE (FormValidator-Simple-0.16.tar.gz) = 17637 +MD5 (FormValidator-Simple-0.17.tar.gz) = 83bb03d010919835cfb485db33cb5d5e +SHA256 (FormValidator-Simple-0.17.tar.gz) = 1022018d2177e5c4df499c15f90820756750c6e876f6835a478a99594e528d26 +SIZE (FormValidator-Simple-0.17.tar.gz) = 21500 |