aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_POP3/Makefile
blob: 34ba58c3fd244b2051e26a94ad8a966ef814ca52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Net_POP3
PORTVERSION=	1.3.8
CATEGORIES=	net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provides a POP3 class to access POP3 server
WWW=		https://pear.php.net/package/Net_POP3

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

USES=		pear

.include <bsd.port.mk>