aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Mini/Makefile
blob: da697950d49d1ec1571606ec1d37468d744e2f3a (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
# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$

PORTNAME=   XML-Mini
PORTVERSION=    1.38
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= vivek@khera.org
COMMENT=    Perl implementation of the XML::Mini XML create/parse interface

USES=       perl5
USE_PERL5=  configure

MAN3=   XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \
    XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \
    XML::Mini::Element::DocType.3 XML::Mini::Element::Entity.3 \
    XML::Mini::Element::Header.3 XML::Mini::Node.3 \
    XML::Mini::TreeComponent.3

NO_STAGE=   yes
.include <bsd.port.mk>