- Use TEST_DEPENDS for test-only dependency - Remove unnecessary PERL_CONFIGURE knob - Sort PLIST Changes: http://search.cpan.org/dist/Gravatar-URL/Changes Feature safe: yes
35 lines
845 B
Makefile
35 lines
845 B
Makefile
# New ports collection makefile for: Gravatar-URL
|
|
# Date created: 23 December 2009
|
|
# Whom: andrey@kostenko.name
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gravatar-URL
|
|
PORTVERSION= 1.06
|
|
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:${PORTSDIR}/dns/p5-Net-DNS \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Gravatar::URL.3 Libravatar::URL.3 Unicornify::URL.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|