mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Gravatar::URL is a perl module to make URLs for Gravatars from an email address.
WWW: http://search.cpan.org/dist/Gravatar-URL PR: ports/141924 Submitted by: Andrey Kostenko <andrey@kostenko.name>
This commit is contained in:
parent
f2b24e2724
commit
4b7d97b633
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247319
@ -1545,6 +1545,7 @@
|
||||
SUBDIR += p5-Glib2
|
||||
SUBDIR += p5-Gnome2-GConf
|
||||
SUBDIR += p5-Google-Checkout
|
||||
SUBDIR += p5-Gravatar-URL
|
||||
SUBDIR += p5-Gtk2-Spell
|
||||
SUBDIR += p5-Guard
|
||||
SUBDIR += p5-Hash-AsObject
|
||||
|
27
devel/p5-Gravatar-URL/Makefile
Normal file
27
devel/p5-Gravatar-URL/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Gravatar-URL
|
||||
# Date created: 23 December 2009
|
||||
# Whom: andrey@kostenko.name
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Gravatar-URL
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSCHWERN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= andrey@kostenko.name
|
||||
COMMENT= Make URLs for Gravatars from an email address
|
||||
|
||||
BUILD_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.6.0+
|
||||
PERL_MODBUILD=yes
|
||||
|
||||
MAN3= Gravatar::URL.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Gravatar-URL/distinfo
Normal file
3
devel/p5-Gravatar-URL/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Gravatar-URL-1.01.tar.gz) = 189b20177f29e4dffd958c29211a2c8e
|
||||
SHA256 (Gravatar-URL-1.01.tar.gz) = 3b5a69b8e3edaee9d27eb2918c74843fb81b88ad5284a52ab2d018e42d8bf581
|
||||
SIZE (Gravatar-URL-1.01.tar.gz) = 5761
|
3
devel/p5-Gravatar-URL/pkg-descr
Normal file
3
devel/p5-Gravatar-URL/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Gravatar::URL is a perl module to make URLs for Gravatars from an email address.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gravatar-URL
|
2
devel/p5-Gravatar-URL/pkg-plist
Normal file
2
devel/p5-Gravatar-URL/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Gravatar/URL.pm
|
||||
@dirrmtry %%SITE_PERL%%/Gravatar
|
Loading…
Reference in New Issue
Block a user