1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/pear-Net_IMAP/Makefile
Thierry Thomas def794fa81 - Upgrade to 1.0.3.
- Take maintainership.

PR:		ports/73788
Submitted by:	Rong-En Fan
Approved by:	maintainer.
2004-11-11 14:23:34 +00:00

24 lines
567 B
Makefile

# 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-PEAR/Makefile.common"
.include <bsd.port.post.mk>