diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 12:55:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 12:55:14 +0000 |
commit | f8f6d019c890087d0acb35760a02c1c82959c639 (patch) | |
tree | 24608a04b71902af978461ca13f3080b02db9c58 | |
parent | Remove ports with EXPIRATION_DATE set (diff) |
DEPRECATE it and set EXPIRATION_DATE to 1 month, it depends of p5-P4-Client,
which is deprecated too
-rw-r--r-- | devel/p5-P4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-P4/Makefile b/devel/p5-P4/Makefile index eb6314882e71..959b7edc9352 100644 --- a/devel/p5-P4/Makefile +++ b/devel/p5-P4/Makefile @@ -17,6 +17,9 @@ COMMENT= P4 - Perl friendly OO interface to the Perforce SCM System BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/P4/UI.pm:${PORTSDIR}/devel/p5-P4-Client RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Depends of p5-P4-Client, which is DEPRECATED. +EXPIRATION_DATE=2010-10-14 + PERL_CONFIGURE= yes MAN3= P4.3 |