mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
220ac5fd21
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/Changes PR: ports/165555 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 30 days) Feature safe: yes
27 lines
663 B
Makefile
27 lines
663 B
Makefile
# New ports collection makefile for: p5-XML-LibXML-SAX-ChunkParser
|
|
# Date created: 2011-03-07
|
|
# Whom: <ports@c0decafe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-LibXML-SAX-ChunkParser
|
|
PORTVERSION= 0.00005
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Parse XML chunks via LibXML SAX
|
|
|
|
BUILD_DEPENDS= p5-XML-LibXML>=1.66:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
|
|
RUN_DEPENDS= p5-XML-LibXML>=1.66:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::LibXML::SAX::ChunkParser.3
|
|
|
|
.include <bsd.port.mk>
|