b1b437a626
- Switch to PEAR_AUTOINSTALL PR: 167025 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
544 B
Makefile
22 lines
544 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.2.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR preferences management class
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|