freebsd-ports/textproc/p5-XML-LibXML-Common/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
636 B
Makefile

# New ports collection makefile for: XML::LibXML::Common
# Date created: 27 February 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= XML-LibXML-Common
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
# Feel free to update this port when the CPAN module is updated
MAINTAINER= ports@FreeBSD.org
COMMENT= Routines and Constants common for XML::LibXML and XML::GDOME
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
MAN3= XML::LibXML::Common.3
.include <bsd.port.mk>