freebsd-ports/devel/pear-Structure_LinkedList/Makefile
Martin Wilke 24229e4be2 A singly-linked list offers the ability to insert or delete
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>
2012-05-03 16:09:16 +00:00

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>