1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/mail/pecl-pop3/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

16 lines
246 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= pop3
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= buganini@gmail.com
COMMENT= POP3 Client Library for PHP
USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>