2000-12-26 05:16:04 +01:00
|
|
|
# New ports collection makefile for: XML::Writer
|
|
|
|
# Date created: 24 December 2000
|
|
|
|
# Whom: Adam Herzog <adam@herzogdesigns.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Writer
|
2004-09-02 04:13:33 +02:00
|
|
|
PORTVERSION= 0.520
|
2000-12-26 05:16:04 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2003-10-22 08:53:46 +02:00
|
|
|
MASTER_SITES= http://www.cpan.dk/CPAN/authors/id/E/ED/EDAVIS/ \
|
|
|
|
${MASTER_SITE_PERL_CPAN}
|
2000-12-26 05:16:04 +01:00
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A simple Perl module for writing XML documents
|
2000-12-26 05:16:04 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2000-12-26 05:16:04 +01:00
|
|
|
MAN3= XML::Writer.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|