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:
@@ -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
|
||||
|
||||
35
textproc/p5-XML-FOAF/Makefile
Normal file
35
textproc/p5-XML-FOAF/Makefile
Normal 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>
|
||||
3
textproc/p5-XML-FOAF/distinfo
Normal file
3
textproc/p5-XML-FOAF/distinfo
Normal 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
|
||||
4
textproc/p5-XML-FOAF/pkg-descr
Normal file
4
textproc/p5-XML-FOAF/pkg-descr
Normal 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/
|
||||
9
textproc/p5-XML-FOAF/pkg-plist
Normal file
9
textproc/p5-XML-FOAF/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user