174c5f7bf8
script to connect to and interact with a POP3 mail server. It is based on the PHP streams interface and requires no external library. WWW: http://pecl.php.net/package/POP3 PR: ports/115366 Submitted by: buganini at gmail.com
25 lines
452 B
Makefile
25 lines
452 B
Makefile
# Ports collection makefile for: pecl-pop3
|
|
# Date created: 10 August 2007
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pop3
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= POP3 Client Library for PHP
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= pop3
|
|
|
|
.include <bsd.port.mk>
|