freebsd-ports/net/pear-Net_POP3/Makefile
Florent Thoumie 8133028777 - Update to 1.3.6.
PR:		ports/80002
Submitted by:	maintainer
2005-04-16 14:39:22 +00:00

25 lines
576 B
Makefile

# 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.6
CATEGORIES= net pear
MAINTAINER= tux@pinguru.net
COMMENT= Provides a POP3 class to access POP3 server
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= POP3.php
TESTS= Net_POP3_example.php
_TESTSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>