mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
fc81506053
PR: ports/133470 Submitted by: Kenneth Menzel <kenm@icarz.com> (maintainer) Approved by: tabthorpe (co-mentor)
31 lines
685 B
Makefile
31 lines
685 B
Makefile
# 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
|
|
PORTREVISION?= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= XML-Xerces-${PORTVERSION}-0
|
|
|
|
MAINTAINER= kenm@icarz.com
|
|
COMMENT= The Perl API to the Apache project's Xerces XML parser
|
|
|
|
LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
|
|
|
USE_GMAKE= YES
|
|
PERL_CONFIGURE= YES
|
|
CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \
|
|
XERCES_INCLUDE="${LOCALBASE}/include" \
|
|
XERCES_DEVEL="YES" \
|
|
CXX="g++" \
|
|
|
|
.include <bsd.port.mk>
|