aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_POP3/Makefile
blob: 3d0d81f752f72073923b8a16973f82c5123a4dc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Gerrit Beine (<tux@pinguru.net>)
# $FreeBSD$

PORTNAME=   Net_POP3
PORTVERSION=    1.3.8
CATEGORIES= net pear

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Provides a POP3 class to access POP3 server

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

USES=   pear

.include <bsd.port.mk>