mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Console_Getargs-1.3.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Console_Getargs-1.3.5.tgz fetch: http://pear.php.net/get/Console_Getargs-1.3.5.tgz: size mismatch: expected 18207, actual 18385 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Console_Getargs-1.3.5.tgz [1] Approved by: portmgr (blanket)
13 lines
267 B
Makefile
13 lines
267 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Console_Getargs
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR command-line arguments parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|