freebsd-ports/textproc/p5-XML-Xerces/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

25 lines
585 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
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
USE_GMAKE= YES
PERL_CONFIGURE= YES
CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \
XERCES_INCLUDE="${LOCALBASE}/include" \
.include <bsd.port.mk>