mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9de6f25e94
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Mail_Mbox-0.6.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Mail_Mbox-0.6.3.tgz fetch: http://pear.php.net/get/Mail_Mbox-0.6.3.tgz: size mismatch: expected 14331, actual 14482 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Mail_Mbox-0.6.3.tgz [1] Approved by: portmgr (blanket)
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail_Mbox
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Read and modify Unix MBOXes
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|