1f1499ba2b
A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. This module does that. OK sthen@
28 lines
538 B
Makefile
28 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/20 17:55:23 bluhm Exp $
|
|
|
|
COMMENT = make URLs for Gravatars from an email address
|
|
|
|
DISTNAME = Gravatar-URL-1.06
|
|
|
|
CATEGORIES = www mail
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = MSCHWERN
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
|
devel/p5-Test-Warn
|
|
RUN_DEPENDS = net/p5-Net-DNS \
|
|
www/p5-URI
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|