mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
09008a2528
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Cyrus-0.3.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Cyrus-0.3.1.tgz fetch: http://pear.php.net/get/Net_Cyrus-0.3.1.tgz: size mismatch: expected 5164, actual 5178 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Cyrus-0.3.1.tgz [1] Approved by: portmgr (blanket)
19 lines
446 B
Makefile
19 lines
446 B
Makefile
# Created by: 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:net/pear-Net_Socket \
|
|
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|