freebsd-ports/devel/p5-Gravatar-URL/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>