diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 18:39:24 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 18:39:24 +0000 |
commit | a64b5279d2a3c02998be47363617f28c28cbcff0 (patch) | |
tree | 4f165a393113245c6c5eb4478948a6539cf520ee /devel/pear-Horde_Token/Makefile | |
parent | e6345b6fc4e1e62f4a17ddde78fd9d5b734b8c31 (diff) | |
download | ports-a64b5279d2a3c02998be47363617f28c28cbcff0.tar.gz ports-a64b5279d2a3c02998be47363617f28c28cbcff0.zip |
The Horde_Token:: class provides a common abstracted interface into
the various token generation mediums. It also includes all of the functions
for retrieving, storing, and checking tokens.
WWW: http://pear.horde.org
Notes
Notes:
svn path=/head/; revision=277254
Diffstat (limited to 'devel/pear-Horde_Token/Makefile')
-rw-r--r-- | devel/pear-Horde_Token/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/pear-Horde_Token/Makefile b/devel/pear-Horde_Token/Makefile new file mode 100644 index 000000000000..7a25c2fbcfcb --- /dev/null +++ b/devel/pear-Horde_Token/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-Horde_Date +# Date created: 6 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Token +PORTVERSION= 1.0.2 +CATEGORIES= devel www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Token API + +USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Url Horde_Util +USE_PHP= hash + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> |