mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f6681e3fb3
- Pet portlint - Add CPAN as primary WWW
32 lines
712 B
Makefile
32 lines
712 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= ${PORTNAME}-${PORTVERSION}-0
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= The Perl API to the Apache project's Xerces XML parser
|
|
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
|
LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USE_GMAKE= yes
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ENV= XERCES_LIB="${LOCALBASE}/lib" \
|
|
XERCES_INCLUDE="${LOCALBASE}/include" \
|
|
XERCES_DEVEL="yes" \
|
|
CXX="${CXX}" \
|
|
|
|
.include <bsd.port.mk>
|