aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Generator/Makefile
blob: a5da7153b32c3a9018e15ca05ea3845052a28f28 (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
# New ports collection makefile for:    XML::Generator
# Date created:             22 January 2004
# Whom:                 Andreas Heil <ah@linux-hq.de>
#
# $FreeBSD$
#

PORTNAME=   XML-Generator
PORTVERSION=    1.01
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ah@linux-hq.de
COMMENT=    A simple Perl module for generating XML documents

RUN_DEPENDS=    ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
        ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       XML::Generator.3 XML::Generator::DOM.3

test:
    @(cd ${WRKSRC} && make test)

.include <bsd.port.mk>