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

PORTNAME=   XML-Writer
PORTVERSION=    0.625
PORTREVISION=   1
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

.include <bsd.port.mk>