freebsd-ports/textproc/p5-XML-Writer/Makefile
Cheng-Lung Sung a2e4a128b6 - Update to 0.601
- add WWW
2006-09-11 03:00:52 +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.601
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>