diff options
author | mat <mat@FreeBSD.org> | 2004-08-02 23:53:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-02 23:53:28 +0800 |
commit | 8e3a781d198d0c482774c689acaa31e97a5e7a22 (patch) | |
tree | a57ae66c96085089b6e2161481ca0ebe41cf68ad /textproc/p5-RDF-Simple | |
parent | f71b08e382fcbf82a12ebecfb69d237c5f4912e7 (diff) | |
download | freebsd-ports-gnome-8e3a781d198d0c482774c689acaa31e97a5e7a22.tar.gz freebsd-ports-gnome-8e3a781d198d0c482774c689acaa31e97a5e7a22.tar.zst freebsd-ports-gnome-8e3a781d198d0c482774c689acaa31e97a5e7a22.zip |
Add p5-RDF-Simple 0.13, read and write RDF without complication.
PR: ports/69872
Submitted by: Aaron Straup Cope <ascope@cpan.org>
Diffstat (limited to 'textproc/p5-RDF-Simple')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 37 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/pkg-plist | 9 |
4 files changed, 52 insertions, 0 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile new file mode 100644 index 000000000000..7f81be36402d --- /dev/null +++ b/textproc/p5-RDF-Simple/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: p5-RDF-Simple +# Date created: July 12 2004 +# Whom: Aaron Straup Cope <ascope@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= RDF-Simple +PORTVERSION= 0.13 +# PORTREVISION= +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= RDF +PKGNAMEPREFIX= p5- + +MAINTAINER= ascope@cpan.org +COMMENT= Read and write RDF without complication + +BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ + ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= RDF::Simple.3 RDF::Simple::Parser.3 RDF::Simple::Serialiser.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e 's/^our (\S+)/use vars q{$$1};$$1/g' \ + ${WRKSRC}/lib/RDF/Simple.pm ${WRKSRC}/lib/RDF/Simple/*.pm +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-RDF-Simple/distinfo b/textproc/p5-RDF-Simple/distinfo new file mode 100644 index 000000000000..60a3d36eeeba --- /dev/null +++ b/textproc/p5-RDF-Simple/distinfo @@ -0,0 +1,2 @@ +MD5 (RDF-Simple-0.13.tar.gz) = f8de39dee049070b94e05ddeb45ba34b +SIZE (RDF-Simple-0.13.tar.gz) = 16835 diff --git a/textproc/p5-RDF-Simple/pkg-descr b/textproc/p5-RDF-Simple/pkg-descr new file mode 100644 index 000000000000..03fbac37dfd7 --- /dev/null +++ b/textproc/p5-RDF-Simple/pkg-descr @@ -0,0 +1,4 @@ +RDF::Simple is for very simple manipulations of RDF/XML serialisations +of RDF graphs. + +WWW: http://search.cpan.org/dist/RDF-Simple/ diff --git a/textproc/p5-RDF-Simple/pkg-plist b/textproc/p5-RDF-Simple/pkg-plist new file mode 100644 index 000000000000..6fce34366380 --- /dev/null +++ b/textproc/p5-RDF-Simple/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/RDF/Simple.pm +%%SITE_PERL%%/RDF/Simple/NS.pm +%%SITE_PERL%%/RDF/Simple/Parser.pm +%%SITE_PERL%%/RDF/Simple/Serialiser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/RDF/Simple/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RDF/Simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/RDF 2>/dev/null || true +@dirrm %%SITE_PERL%%/RDF/Simple +@unexec rmdir %D/%%SITE_PERL%%/RDF 2>/dev/null || true |