0e14fe3221
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => File_HtAccess-1.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/File_HtAccess-1.2.1.tgz fetch: http://pear.php.net/get/File_HtAccess-1.2.1.tgz: size mismatch: expected 4937, actual 5024 Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_HtAccess-1.2.1.tgz [1] Approved by: portmgr (blanket)
13 lines
274 B
Makefile
13 lines
274 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_HtAccess
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to manipulate .htaccess files
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|