blob: 2acc7e9a100dabcd96fa110f073ae3629f8e6513 (
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
|
# Ports collection makefile for: pear-Net_IMAP
# Date created: 12 march 2004
# Whom: Attila Nagy <bra@fsn.hu>
#
# $FreeBSD$
#
PORTNAME= Net_IMAP
PORTVERSION= 1.0.3
CATEGORIES= mail net pear
MAINTAINER= rafan@infor.org
COMMENT= PEAR class that provides an implementation of the IMAP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= IMAP.php IMAPProtocol.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|