4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# Created by: andrey@kostenko.name
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gravatar-URL
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MSCHWERN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Make URLs for Gravatars from an email address
|
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
|
|
p5-URI>=0:net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|