freebsd-ports/mail/pecl-pop3/Makefile
Martin Wilke 1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00

21 lines
370 B
Makefile

# Created by: 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>