blob: d05679d1ec4fd23199474f4c2fdb7fdcaa4fa479 (
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
|
# New ports collection makefile for: POE-Component-Spread
# Date created: 21 August 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Spread
PORTVERSION= 0.02
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Handle Spread communications in POE
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
spread>=0:${PORTSDIR}/net/spread
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= YES
MAN3= POE::Component::Spread.3
.include <bsd.port.mk>
|