mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4e3717ee4f
dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# Ports collection makefile for: pear-Net_Cyrus
|
|
# Date created: 12 March 2004
|
|
# Whom: Attila Nagy <bra@fsn.hu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net_Cyrus
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= mail net pear
|
|
|
|
MAINTAINER= bra@fsn.hu
|
|
COMMENT= PEAR class to administer Cyrus IMAP servers
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Net
|
|
FILES= Cyrus.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|