mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Perl extension interface to James Clark's XML parser, expat.
Submitted by: kuriyama
This commit is contained in:
parent
cf2bb1510b
commit
9d5c5cef28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14521
24
textproc/p5-XML-Parser/Makefile
Normal file
24
textproc/p5-XML-Parser/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: XML::Parser
|
||||
# Version required: 2.16
|
||||
# Date created: 15 Nov 1998
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= XML-Parser-2.16
|
||||
PKGNAME= p5-XML-Parser-2.16
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://www.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-XML-Parser/distinfo
Normal file
1
textproc/p5-XML-Parser/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (XML-Parser-2.16.tar.gz) = ac2bb2e7bebc3b4a00a94afb7406a425
|
1
textproc/p5-XML-Parser/pkg-comment
Normal file
1
textproc/p5-XML-Parser/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension interface to James Clark's XML parser, expat.
|
5
textproc/p5-XML-Parser/pkg-descr
Normal file
5
textproc/p5-XML-Parser/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Perl extension interface to James Clark's XML parser, expat.
|
||||
|
||||
See http://www.netheaven.com/~coopercc/xmlparser/intro.html
|
||||
|
||||
- Jun
|
10
textproc/p5-XML-Parser/pkg-plist
Normal file
10
textproc/p5-XML-Parser/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML/Parser/Expat/Expat.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML/Parser/Expat/Expat.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML/Parser/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/XML/Parser.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/XML/Parser/Expat.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML/Parser/Expat
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML/Parser
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/XML
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/XML/Parser
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/XML
|
Loading…
Reference in New Issue
Block a user