5027a09a88
Approved by: portmgr (blanket)
31 lines
646 B
Makefile
31 lines
646 B
Makefile
# New ports collection makefile for: XML::AutoWriter
|
|
# Date created: 9 Jan 2004
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-AutoWriter
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
DISTNAME= ${PORTNAME}-0.4
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module for DOCTYPE based XML output
|
|
|
|
TEST_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::AutoWriter.3 \
|
|
XML::Doctype::AttDef.3 \
|
|
XML::ValidWriter.3 \
|
|
XML::Doctype::ElementDecl.3 \
|
|
XML::Doctype.3
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/lib/XML/*.orig
|
|
|
|
.include <bsd.port.mk>
|