24229e4be2
nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list. WWW: http://pear.php.net/package/Structures_LinkedList/ PR: 167315 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# Ports collection makefile for: pear-Structures_LinkedList
|
|
# Date created: 26 April 2012
|
|
# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Structures_LinkedList
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Implements singly and doubly-linked lists
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|