diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-11-21 16:35:57 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-11-21 16:35:57 +0000 |
commit | bcf3ed8ed5a35a3b756e68116c74d2b82b5a3781 (patch) | |
tree | 4208e85f611d15d38f4516847f3f1aadb3f5e5bd /textproc/p5-FormValidator-Simple/Makefile | |
parent | 3f25523678137dda45225fc5e96c72e12d3d5025 (diff) | |
download | ports-bcf3ed8ed5a35a3b756e68116c74d2b82b5a3781.tar.gz ports-bcf3ed8ed5a35a3b756e68116c74d2b82b5a3781.zip |
Notes
Diffstat (limited to 'textproc/p5-FormValidator-Simple/Makefile')
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile new file mode 100644 index 000000000000..92a28bbf723d --- /dev/null +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: FormValidator::Simple +# Date created: 21 Nov 2005 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= FormValidator-Simple +PORTVERSION= 0.10 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/L/LY/LYOKATO +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Validation with simple chains of constraints + +BUILD_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-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 \ + p5-Email-Valid>=0.15:${PORTSDIR}/mail/p5-Email-Valid \ + p5-Email-Valid-Loose>=0.04:${PORTSDIR}/mail/p5-Email-Valid-Loose \ + p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + 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} + +PERL_CONFIGURE= yes + +MAN3= FormValidator::Simple.3 \ + FormValidator::Simple::Results.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8 or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> |