mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
d763f3a6f7
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => File_Fortune-1.0.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/File_Fortune-1.0.0.tgz fetch: http://pear.php.net/get/File_Fortune-1.0.0.tgz: size mismatch: expected 14508, actual 14723 Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_Fortune-1.0.0.tgz [1] Approved by: portmgr (blanket)
15 lines
273 B
Makefile
15 lines
273 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_Fortune
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Interface for reading from and writing to fortune files
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|