aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Literal/Makefile
blob: 7d84bb9910258b5200822156e975bf5baa02e331 (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-Literal
# Date created:     2006-08-01
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   XML-Literal
PORTVERSION=    0.02
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Syntax suppor for XML literals

RUN_DEPENDS=    ${SITE_PERL}/Sub/Override.pm:${PORTSDIR}/devel/p5-Sub-Override
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       XML::Literal.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=     requires Perl 5.6.0 or newer, install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>