Tweak net/pear-Net_POP3 version 1.3.8
[dports.git] / net / pear-Net_POP3 / Makefile
1 # Created by: Gerrit Beine (<tux@pinguru.net>)
2 # $FreeBSD$
3
4 PORTNAME=       Net_POP3
5 PORTVERSION=    1.3.8
6 CATEGORIES=     net pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        Provides a POP3 class to access POP3 server
10
11 BUILD_DEPENDS=  ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
12 RUN_DEPENDS=    ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
13
14 USES=   pear
15
16 .include <bsd.port.mk>