1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-XML-SAX-ExpatXS/Makefile
Sergey Skvortsov ae81c6aa81 Updated to 1.07
2005-03-17 12:27:11 +00:00

29 lines
723 B
Makefile

# New ports collection makefile for: XML-SAX-ExpatXS
# Date created: 30 March 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-SAX-ExpatXS
PORTVERSION= 1.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= PerlSAX2 XS extension to Expat parser
RUN_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lexpat" \
</dev/null
MAN3= XML::SAX::ExpatXS.3 XML::SAX::ExpatXS::Encoding.3
.include <bsd.port.mk>