4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
27 lines
709 B
Makefile
27 lines
709 B
Makefile
# New ports collection makefile for: p5-POE-Component-Client-MSN
|
|
# Date created: 2007/02/14
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-Component-Client-MSN
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= POE Component for MSN Messenger
|
|
|
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
|
p5-POE-Component-Client-Keepalive>=0:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
|
|
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAN3= POE::Component::Client::MSN.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|