2001-01-04 00:58:36 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-XML-Dumper
|
|
|
|
# Date created: 01 January 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Dumper
|
2006-04-12 10:31:34 +02:00
|
|
|
PORTVERSION= 0.81
|
2001-01-04 00:58:36 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:58:36 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-05-13 10:45:46 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module for dumping Perl objects from/to XML
|
2001-01-04 00:58:36 +01:00
|
|
|
|
2012-06-04 20:08:03 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-01-04 00:58:36 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::Dumper.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|