mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
76f3222580
are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@
30 lines
652 B
Makefile
30 lines
652 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: p5-XPC
|
|
# Date created: May 30, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XPC
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XML Procedure Call (XPC)
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
${SITE_PERL}/HTTP/Daemon.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XPC.3 XPC::Agent.3 XPC::Daemon.3
|
|
|
|
.include <bsd.port.mk>
|