freebsd-ports/mail/pecl-pop3/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

27 lines
489 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
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
.include <bsd.port.mk>