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>
|