mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
acc468d57e
Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# Ports collection makefile for: pear-Net_POP3
|
|
# Date created: 10 August 2004
|
|
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net_POP3
|
|
PORTVERSION= 1.3.6
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
|
COMMENT= Provides a POP3 class to access POP3 server
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Net
|
|
FILES= POP3.php
|
|
TESTS= Net_POP3_example.php
|
|
_TESTSDIR= .
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|