# New ports collection makefile for: XML::Parser # Version required: 2.23 # Date created: 15 Nov 1998 # Whom: Jun Kuriyama # # $Id: Makefile,v 1.2 1999/02/11 03:35:01 kuriyama Exp $ # DISTNAME= XML-Parser-2.23 PKGNAME= p5-XML-Parser-2.23 CATEGORIES= textproc perl5 MASTER_SITES= http://wwwx.netheaven.com/~coopercc/xmlparser/ MAINTAINER= kuriyama@FreeBSD.ORG USE_PERL5= YES MAN3= XML::Parser.3 XML::Parser::Expat.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-build: @cd ${WRKSRC}/Expat/expat; ${MAKE} post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Expat/expat/xmlwf/xmlwf ${PREFIX}/bin/ .include