freebsd-ports/textproc/p5-XML-Writer/Makefile
2005-03-16 08:47:19 +00:00

22 lines
455 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.531
CATEGORIES= textproc perl5
MASTER_SITES= ${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>