6f8c351112
Sponsored by: Netzkommune GmbH
16 lines
388 B
Makefile
16 lines
388 B
Makefile
# 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@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|