aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SimpleObject-LibXML/Makefile
blob: fc3881a28155af6a7b59306921f5a4366a13d805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    p5-XML-SimpleObject-LibXML
# Date created:             02 September 2003
# Whom:                     Foxfair Hu <foxfair@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   XML-SimpleObject-LibXML
PORTVERSION=    0.60
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A simple(r) object representation of an XML::LibXML DOM object

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
        ${SITE_PERL}/XML/SimpleObject.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject

PERL_CONFIGURE= YES

MAN3=       XML::SimpleObject::LibXML.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=     This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>