mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7c89dee94e
- Add WWW - Style PR: ports/121034 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
26 lines
665 B
Makefile
26 lines
665 B
Makefile
# New ports collection makefile for: textproc/p5-XML-Mini
|
|
# Date created: 12-JUL-2006
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|