openbsd-ports/www/p5-Gravatar-URL/Makefile
jasper a08f67c213 tweak DESCR to not start with 'A'.
ok bluhm@ (MAINTAINER)
2013-03-26 17:23:01 +00:00

26 lines
469 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/03/26 17:23:01 jasper Exp $
COMMENT = make URLs for Gravatars from an email address
DISTNAME = Gravatar-URL-1.06
REVISION = 0
CATEGORIES = www mail
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = 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>