mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 1.06
- 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
This commit is contained in:
parent
a7f38032aa
commit
36ab109119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294109
@ -3,9 +3,10 @@
|
||||
# Whom: andrey@kostenko.name
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gravatar-URL
|
||||
PORTVERSION= 1.02
|
||||
PORTVERSION= 1.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MSCHWERN
|
||||
@ -14,13 +15,21 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Make URLs for Gravatars from an email address
|
||||
|
||||
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD=yes
|
||||
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
MAN3= Gravatar::URL.3 Unicornify::URL.3
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Gravatar-URL-1.02.tar.gz) = 0e224b9a840414d6e6b2bd0f1c4152e1a4e8aee8f7b7594060f32a19a4f7fb5c
|
||||
SIZE (Gravatar-URL-1.02.tar.gz) = 8015
|
||||
SHA256 (Gravatar-URL-1.06.tar.gz) = b4fb1b8595d668a55c6b7adccc0071a9ee65eb8b0382d604d51e326c7ec69292
|
||||
SIZE (Gravatar-URL-1.06.tar.gz) = 13042
|
||||
|
@ -1,4 +1,6 @@
|
||||
%%SITE_PERL%%/Gravatar/URL.pm
|
||||
%%SITE_PERL%%/Libravatar/URL.pm
|
||||
%%SITE_PERL%%/Unicornify/URL.pm
|
||||
@dirrmtry %%SITE_PERL%%/Gravatar
|
||||
@dirrmtry %%SITE_PERL%%/Unicornify
|
||||
@dirrmtry %%SITE_PERL%%/Libravatar
|
||||
@dirrmtry %%SITE_PERL%%/Gravatar
|
||||
|
Loading…
Reference in New Issue
Block a user