mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
29 lines
553 B
Makefile
29 lines
553 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.39
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module for DOCTYPE based XML output
|
|
|
|
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>
|