blob: d11f9839121e07d85e3453200fb632c6885b8f06 (
plain)
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
|
# New ports collection makefile for: POE-Component-Pluggable
# Date created: 2006/12/22
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= POE-Component-Pluggable
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A base class for creating plugin enabled POE Components
BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Pluggable.3 POE::Component::Pluggable::Pipeline.3 \
POE::Component::Pluggable::Constants.3
.include <bsd.port.mk>
|