Parse FOAF (Friend of a Friend) data

Author: Benjamin Trott <ben+cpan@stupidfool.org>
WWW: http://search.cpan.org/~btrott/XML-FOAF-0.03/

PR:		ports/103579
Submitted by:	markun@onohara.to
This commit is contained in:
Martin Wilke
2006-09-24 19:48:48 +00:00
parent 98a14b687d
commit 15a6efbb01
5 changed files with 52 additions and 0 deletions

View File

@@ -577,6 +577,7 @@
SUBDIR += p5-XML-Dumper
SUBDIR += p5-XML-Elemental
SUBDIR += p5-XML-Encoding
SUBDIR += p5-XML-FOAF
SUBDIR += p5-XML-Feed
SUBDIR += p5-XML-Filter-BufferText
SUBDIR += p5-XML-Filter-DOMFilter-LibXML

View File

@@ -0,0 +1,35 @@
# New ports collection makefile for: textproc/p5-XML-FOAF
# Date created: 2006-09-25
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= XML-FOAF
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/B/BT/BTROTT
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Parse FOAF (Friend of a Friend) data
BUILD_DEPENDS= ${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::FOAF.3 \
XML::FOAF::Person.3
post-patch:
${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again
.endif
.include <bsd.port.post.mk>

View File

@@ -0,0 +1,3 @@
MD5 (XML-FOAF-0.03.tar.gz) = 131574041080371a24f6b68ba0ef90f2
SHA256 (XML-FOAF-0.03.tar.gz) = 1a9f8a101e48c56d0d091c60c1d8f25efc9aca9fc58ba7d0b745dfa9fe8c35da
SIZE (XML-FOAF-0.03.tar.gz) = 18600

View File

@@ -0,0 +1,4 @@
Parse FOAF (Friend of a Friend) data
Author: Benjamin Trott <ben+cpan@stupidfool.org>
WWW: http://search.cpan.org/~btrott/XML-FOAF-0.03/

View File

@@ -0,0 +1,9 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/FOAF/.packlist
%%SITE_PERL%%/XML/FOAF.pm
%%SITE_PERL%%/XML/FOAF/ErrorHandler.pm
%%SITE_PERL%%/XML/FOAF/Person.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/FOAF
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
@dirrmtry %%SITE_PERL%%/XML/FOAF
@dirrmtry %%SITE_PERL%%/XML