diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:40:57 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:40:57 +0000 |
commit | 9c28d9af90d0ca7042b165e6d5e28f9e0082ede8 (patch) | |
tree | 1249fa06846dad8ad0aec46d36239f455efcfa2c /textproc/p5-XML-SAX-Simple/Makefile | |
parent | Add p5-XML-SAX-Machines 0.34, manage collections of SAX processors. (diff) |
Add p5-XML-SAX-Simple 0.01, sAX version of XML::Simple.
PR: 32164
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=60083
Diffstat (limited to 'textproc/p5-XML-SAX-Simple/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX-Simple/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Simple/Makefile b/textproc/p5-XML-SAX-Simple/Makefile new file mode 100644 index 000000000000..42cc3499bd23 --- /dev/null +++ b/textproc/p5-XML-SAX-Simple/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: XML::SAX::Simple +# Date created: 21 Nov 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= XML-SAX-Simple +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::SAX::Simple.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |