1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/p5-XML-SAX-Base/Makefile
Chris Rees d9dbe20a6d Register CONFLICTS with p5-XML-SAX<0.99; the port was split into two, and
p5-XML-SAX-Base contains some files previously packaged by p5-XML-SAX

With hat:	perl
2012-05-12 15:53:33 +00:00

32 lines
651 B
Makefile

# New ports collection makefile for: p5-XML-SAX-Base
# Date created: 2012-03-01
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-SAX-Base
PORTVERSION= 1.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class SAX Drivers and Filters
CONFLICTS= p5-XML-SAX-0.[0-8]* p5-XML-SAX-0.9[0-8]*
PERL_CONFIGURE= yes
MAN3= XML::SAX::Base.3 \
XML::SAX::BuildSAXBase.3 \
XML::SAX::Exception.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>