# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/p5-XML-FOAF/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	XML-FOAF
PORTVERSION=	0.04
PORTREVISION=	2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BTROTT
PKGNAMEPREFIX=	p5-

MAINTAINER=	markun@onohara.to
COMMENT=	Parse FOAF (Friend of a Friend) data

RUN_DEPENDS=	p5-Filter>=0:devel/p5-Filter \
		p5-RDF-Core>=0:textproc/p5-RDF-Core \
		p5-libwww>=0:www/p5-libwww
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
