2fe7ae386f
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Cache_Lite-1.7.16.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Cache_Lite-1.7.16.tgz fetch: http://pear.php.net/get/Cache_Lite-1.7.16.tgz: size mismatch: expected 32997, actual 33236 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Cache_Lite-1.7.16.tgz [1] Approved by: portmgr (blanket)
14 lines
283 B
Makefile
14 lines
283 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache_Lite
|
|
PORTVERSION= 1.7.16
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR fast and safe little cache system
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|