Changeset View
Changeset View
Standalone View
Standalone View
head/mail/pear-Net_IMAP/Makefile
# Created by: Attila Nagy <bra@fsn.hu> | # Created by: Attila Nagy <bra@fsn.hu> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= Net_IMAP | PORTNAME= Net_IMAP | ||||
PORTVERSION= 1.1.3 | PORTVERSION= 1.1.3 | ||||
CATEGORIES= mail net pear | CATEGORIES= mail net pear | ||||
MAINTAINER= joneum@bsdproject.de | MAINTAINER= joneum@FreeBSD.org | ||||
COMMENT= PEAR class that provides an implementation of the IMAP protocol | COMMENT= PEAR class that provides an implementation of the IMAP protocol | ||||
LICENSE= PHP301 | LICENSE= PHP301 | ||||
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ | BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ | ||||
${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL | ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL | ||||
RUN_DEPENDS:= ${BUILD_DEPENDS} | RUN_DEPENDS:= ${BUILD_DEPENDS} | ||||
USES= pear | USES= pear | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |