aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer/Makefile
blob: cb754106096f452cedc41bcbd99518482d91763a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Adam Herzog <adam@herzogdesigns.com>
# $FreeBSD$

PORTNAME=	XML-Writer
PORTVERSION=	0.623
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JOSEPHW
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple Perl module for writing XML documents

USES=		perl5
USE_PERL5=	configure

MAN3=		XML::Writer.3

.include <bsd.port.mk>