aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_POP3/Makefile
blob: 6f2d5be42aaf27796ac686ba9c996cfdee157c7e (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
# Ports collection makefile for:  pear-Net_POP3
# Date created:           10 August 2004
# Whom:               Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#

PORTNAME=   Net_POP3
PORTVERSION=    1.3.7
PORTREVISION=   1
CATEGORIES= net pear

MAINTAINER= gerrit.beine@gmx.de
COMMENT=    Provides a POP3 class to access POP3 server

BUILD_DEPENDS=  ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:=   ${BUILD_DEPENDS}

FILES=      Net/POP3.php
DOCS=       examples/Net_POP3_example.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>