mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
564b6722f7
Horde library for accessing the Avatar services at gravatar.com. WWW: http://pear.horde.org
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Service_Gravatar
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde API accessor for gravatar.com
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Http \
|
|
Horde_Url
|
|
|
|
.include <bsd.port.mk>
|