2003-08-08 16:37:53 +02:00
|
|
|
# New ports collection makefile for: XML::Generator::PerlData
|
|
|
|
# Date created: 31.7.2003
|
|
|
|
# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Generator-PerlData
|
|
|
|
PORTVERSION= 0.89
|
2003-09-07 06:45:12 +02:00
|
|
|
PORTREVISION= 1
|
2003-08-08 16:37:53 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= hansjoerg.pehofer@uibk.ac.at
|
|
|
|
COMMENT= "Perl extension for generating SAX2 events from Perl data structures."
|
|
|
|
|
2003-09-07 06:45:12 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
|
2003-08-08 16:37:53 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::Generator::PerlData.3
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|