diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-27 18:53:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-27 18:53:17 +0000 |
commit | c5e718c12c68741622e4a664316b09a5ac7c0ea4 (patch) | |
tree | a46efea9a32b6aaec6fce4ec53a0d18108db458f /devel | |
parent | 18f326ff3b7f2282357725e341f478f7a419d65c (diff) | |
download | ports-c5e718c12c68741622e4a664316b09a5ac7c0ea4.tar.gz ports-c5e718c12c68741622e4a664316b09a5ac7c0ea4.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/jakarta-commons-chain/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/jakarta-commons-chain/Makefile b/devel/jakarta-commons-chain/Makefile index 9c0a2b0ef3d7..bcfc824eb5ee 100644 --- a/devel/jakarta-commons-chain/Makefile +++ b/devel/jakarta-commons-chain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jakarta Commons Chain -# Date created: October 3, 2005 -# Whom: Adam VanderHook <acidos@bandwidth-junkies.net> -# +# Created by: Adam VanderHook <acidos@bandwidth-junkies.net> # $FreeBSD$ -# PORTNAME= commons-chain PORTVERSION= 1.2 @@ -16,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= API implementing Chain of Responsiblity design pattern +DEPRECATED= Depends on the expired devel/portlet-api +EXPIRATION_DATE= 2012-11-27 + BUILD_DEPENDS= ${JAR_DEPENDS} RUN_DEPENDS= ${JAR_DEPENDS} |