freebsd-ports/textproc/p5-XML-SAX/Makefile
Ying-Chieh Liao e5bfaf5582 upgrade to 0.03
PR:		32771
Submitted by:	maintainer
2001-12-13 11:13:22 +00:00

29 lines
675 B
Makefile

# New ports collection makefile for: XML::SAX
# Date created: 19 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-SAX
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::Exception.3 \
XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \
XML::SAX::PurePerl::Reader.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>