1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/pear-Net_Cyrus/Makefile
Sunpoet Po-Chuan Hsieh 09008a2528 Update distinfo and unbreak this port
- 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)
2017-06-11 07:40:30 +00:00

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>