diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libpathan/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index 0ff38d50d16..87710175f1a 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpathan -# Date created: Nov 4 2003 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# +# Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -# PORTNAME= libpathan PORTVERSION= 2.0 @@ -18,6 +14,9 @@ COMMENT= Validating XML parser from the Apache XML Project LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract +DEPRECATED= Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla +EXPIRATION_DATE=2013-01-04 + USE_BISON= build USE_GMAKE= yes USE_PERL5= yes |