3e566afcbf
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => System_Command-1.0.8.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/System_Command-1.0.8.tgz fetch: http://pear.php.net/get/System_Command-1.0.8.tgz: size mismatch: expected 6528, actual 6633 Reference: https://people.FreeBSD.org/~sunpoet/checksum/System_Command-1.0.8.tgz [1] Approved by: portmgr (blanket)
13 lines
265 B
Makefile
13 lines
265 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= System_Command
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR command line execution interface
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|