diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-08-16 21:58:13 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-08-16 21:58:13 +0000 |
commit | 09c157329718dddea5aad8d202e5a748e8fb8340 (patch) | |
tree | 5e8ef21e245b97b61a36717a2b55a283b4fb6e70 /textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile | |
parent | 0a8c2bf69fbec6a2c410d360dfd958b44b60a1d9 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile')
-rw-r--r-- | textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile new file mode 100644 index 000000000000..99afe86c6361 --- /dev/null +++ b/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Data-FormValidator-Constraints-DateTime +# Date created: 17 August 2007 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Data-FormValidator-Constraints-DateTime +PORTVERSION= 1.09 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/W/WO/WONKO +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@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 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Data::FormValidator::Constraints::DateTime.3 + +.include <bsd.port.mk> |