freebsd-ports/textproc/p5-XML-Writer/Makefile

24 lines
507 B
Makefile
Raw Normal View History

# 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
2003-02-20 20:21:36 +01:00
COMMENT= A simple Perl module for writing XML documents
PERL_CONFIGURE= yes
MAN3= XML::Writer.3
.include <bsd.port.mk>