2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Ken Menzel <kenm@icarz.com>
|
2006-05-20 21:14:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Xerces
|
|
|
|
PORTVERSION= 2.7.0
|
2009-04-09 16:54:47 +02:00
|
|
|
PORTREVISION?= 1
|
2006-05-20 21:14:02 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-20 21:14:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2011-09-15 18:15:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0
|
2006-05-20 21:14:02 +02:00
|
|
|
|
2010-08-23 02:06:09 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-20 21:14:02 +02:00
|
|
|
COMMENT= The Perl API to the Apache project's Xerces XML parser
|
|
|
|
|
2013-09-14 16:34:49 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
|
|
|
LIB_DEPENDS= libxerces-c.so.27:${PORTSDIR}/textproc/xerces-c2
|
2009-01-29 20:59:57 +01:00
|
|
|
|
2010-09-24 01:40:55 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2013-09-14 16:34:49 +02:00
|
|
|
USES= gmake perl5
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2011-09-15 18:15:17 +02:00
|
|
|
CONFIGURE_ENV= XERCES_LIB="${LOCALBASE}/lib" \
|
2006-05-20 21:14:02 +02:00
|
|
|
XERCES_INCLUDE="${LOCALBASE}/include" \
|
2011-09-15 18:15:17 +02:00
|
|
|
XERCES_DEVEL="yes" \
|
2013-09-14 16:34:49 +02:00
|
|
|
CXX="${CXX}"
|
2006-05-20 21:14:02 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|