0b69b1da88
is apparently having some trouble with email.
21 lines
409 B
Makefile
21 lines
409 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.612
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A simple Perl module for writing XML documents
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Writer.3
|
|
|
|
.include <bsd.port.mk>
|