freebsd-ports/security/pear-Auth_PrefManager/Makefile
Pav Lucistnik 9e5f3ca861 New port: security/pear-Auth_PrefManager PEAR preferences management class
Preference Manager is a class to handle user preferences in a web application,
looking them up in a table using a combination of their userid, and the
preference name to get a value, and (optionally) returning a default value for
the preference if no value could be found for that user.

It is designed to be used alongside the PEAR Auth class, but can be used with
anything that allows you to obtain the user's id - including your own code.

PR:		ports/79556
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-09 22:52:32 +00:00

24 lines
590 B
Makefile

# Ports collection makefile for: pear-Auth_PrefManager
# Date created: 05 April 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Auth_PrefManager
PORTVERSION= 1.1.4
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR preferences management class
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Auth
FILES= PrefManager.php
DOCS= PM_Example.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>