freebsd-ports/textproc/p5-XML-Writer/Makefile
Cheng-Lung Sung d6aea184ca - update to 0.520
- from Changes
    - Fixed bug with forced declaration of the default namespace.
    - Removed dead code. Added copyright notices to pod.
    - Improved test coverage.

Approved by:	vanilla (co-mentor)
2004-09-02 02:13:33 +00:00

23 lines
507 B
Makefile

# New ports collection makefile for: XML::Writer
# Date created: 24 December 2000
# Whom: Adam Herzog <adam@herzogdesigns.com>
#
# $FreeBSD$
#
PORTNAME= XML-Writer
PORTVERSION= 0.520
CATEGORIES= textproc perl5
MASTER_SITES= http://www.cpan.dk/CPAN/authors/id/E/ED/EDAVIS/ \
${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A simple Perl module for writing XML documents
PERL_CONFIGURE= yes
MAN3= XML::Writer.3
.include <bsd.port.mk>