2006-05-20 21:14:02 +02:00
|
|
|
# New ports collection makefile for: p5-XML-Xerces
|
|
|
|
# Date created: 29 March 2006
|
|
|
|
# Whom: Ken Menzel <kenm@icarz.com>
|
|
|
|
#
|
|
|
|
# $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-
|
|
|
|
DISTNAME= XML-Xerces-${PORTVERSION}-0
|
|
|
|
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
|
2009-04-09 16:54:47 +02:00
|
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
2009-01-29 20:59:57 +01:00
|
|
|
|
2010-09-24 01:40:55 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2006-05-20 21:14:02 +02:00
|
|
|
USE_GMAKE= YES
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \
|
|
|
|
XERCES_INCLUDE="${LOCALBASE}/include" \
|
2009-04-09 16:54:47 +02:00
|
|
|
XERCES_DEVEL="YES" \
|
|
|
|
CXX="g++" \
|
2006-05-20 21:14:02 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|