337591fc2f
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Structures_LinkedList-0.2.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Structures_LinkedList-0.2.2.tgz fetch: http://pear.php.net/get/Structures_LinkedList-0.2.2.tgz: size mismatch: expected 12486, actual 12680 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_LinkedList-0.2.2.tgz [1] Approved by: portmgr (blanket)
13 lines
263 B
Makefile
13 lines
263 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Structures_LinkedList
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Implements singly and doubly-linked lists
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|