diff options
Diffstat (limited to 'textproc/p5-XML-Xerces/Makefile')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile deleted file mode 100644 index a2e3be129d76..000000000000 --- a/textproc/p5-XML-Xerces/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: p5-XML-Xerces -# Date created: Jan 19, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= XML-Xerces -PORTVERSION= 2.3.0.4 -PORTREVISION= 2 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= XML -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Perl API to the Apache Xerces XML parser - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:"configure TRANSCODER=native" -LIB_DEPENDS= xerces-c.23:${PORTSDIR}/textproc/xerces-c2 - -PERL_CONFIGURE= yes -CONFIGURE_ENV= XERCES_INCLUDE=${LOCALBASE}/include \ - XERCES_LIB=${LOCALBASE}/lib \ - XERCESCROOT=${PORTSDIR}/textproc/xerces-c2/work/xerces-c-src_2_3_0 -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" -.endif - -.if ${OSVERSION} >= 502102 -FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" -.endif - -BROKEN= dependency problems: also does not work with xerces-2.5 -DEPRECATED= ${IGNORE} -EXPIRATION_DATE= "June 12, 2004" - -post-patch: - @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL - -.include <bsd.port.post.mk> |