aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-XPC/Makefile
blob: d71b793e8c8c3088e22c1c6f8cc5d3df8ab7e120 (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
# ex:ts=8
# New ports collection makefile for:    p5-XPC
# Date created:         May 30, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   XPC
PORTVERSION=    0.2
CATEGORIES= net perl5
MASTER_SITES=   http://www.focusresearch.com/gregor/sw/XPC/
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Daemon.pm:${PORTSDIR}/www/p5-libwww \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=   XPC.3 XPC::Agent.3 XPC::Daemon.3

.include <bsd.port.mk>