summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-26 05:22:10 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-26 05:22:10 +0000
commit7a7f0dd8eee0633e7039d0c057f03bbbafa3ba73 (patch)
treed483fb3a0ef33444e9f354baa741666c5c9df62b /databases
parent- Update to 0.10 (diff)
Mark DEPRECATED the remainder of the ports that depend on things already
deprecated in the "ports that were deprecated but lacked expiration date" category.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Class-Validation/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-Validation/Makefile b/databases/p5-DBIx-Class-Validation/Makefile
index fe6e433b2d94..87bae97e8753 100644
--- a/databases/p5-DBIx-Class-Validation/Makefile
+++ b/databases/p5-DBIx-Class-Validation/Makefile
@@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Validate data before submitting to a database
+DEPRECATED= Depends on textproc/p5-FormValidator-Simple, which is deprecated
+EXPIRATION_DATE= 2011-09-30
+
BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \