mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => PHP_ArrayOf-0.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/PHP_ArrayOf-0.2.1.tgz fetch: http://pear.php.net/get/PHP_ArrayOf-0.2.1.tgz: size mismatch: expected 7399, actual 7546 Reference: https://people.FreeBSD.org/~sunpoet/checksum/PHP_ArrayOf-0.2.1.tgz [1] Approved by: portmgr (blanket)
13 lines
271 B
Makefile
13 lines
271 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_ArrayOf
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Abstract class package to create arrays of specific element types
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|