aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-FOAF/Makefile
blob: 19a24001aae2753f07ded4fc608f8464d8495406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.04
PORTREVISION=	1
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:${PORTSDIR}/devel/p5-Filter \
		p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:=	${RUN_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.mk>