1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/textproc/p5-XML-Parser/Makefile

33 lines
759 B
Makefile
Raw Normal View History

# New ports collection makefile for: XML::Parser
1999-11-03 01:19:17 +00:00
# Version required: 2.27
# Date created: 15 Nov 1998
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
1999-11-03 01:19:17 +00:00
DISTNAME= XML-Parser-2.27
PKGNAME= p5-XML-Parser-2.27
CATEGORIES= textproc perl5
1999-11-03 01:19:17 +00:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://wwwx.netheaven.com/~coopercc/xmlparser/
MASTER_SITE_SUBDIR= ../by-authors/id/C/CO/COOPERCL
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
1999-05-20 14:05:13 +00:00
post-build:
@cd ${WRKSRC}/Expat/expat; ${MAKE}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Expat/expat/xmlwf/xmlwf ${PREFIX}/bin/
.include <bsd.port.mk>