mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Image::Imgur intends to make programmatically possible to upload image
files to the website http://imgur.com. WWW: http://search.cpan.org/dist/Image-Imgur/ PR: ports/ports/151800 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
fcd1f56dfa
commit
974e726588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264389
@ -640,6 +640,7 @@
|
||||
SUBDIR += p5-Image-Grab
|
||||
SUBDIR += p5-Image-Heatmap
|
||||
SUBDIR += p5-Image-IPTCInfo
|
||||
SUBDIR += p5-Image-Imgur
|
||||
SUBDIR += p5-Image-Imlib2
|
||||
SUBDIR += p5-Image-Info
|
||||
SUBDIR += p5-Image-Magick-Iterator
|
||||
|
25
graphics/p5-Image-Imgur/Makefile
Normal file
25
graphics/p5-Image-Imgur/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Image-Imgur
|
||||
# Date created: 2010-10-27
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-Imgur
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Perl extension for uploading images to http://imgur.com
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Image::Imgur.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Image-Imgur/distinfo
Normal file
3
graphics/p5-Image-Imgur/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Image-Imgur-0.01.tgz) = 12639e5fe98a3349d75ca50d2e64dd4b
|
||||
SHA256 (Image-Imgur-0.01.tgz) = 924a6dc3ddcaa0ad70576b4808367ae948dfa8d7b5f766db123d4fabb7461fae
|
||||
SIZE (Image-Imgur-0.01.tgz) = 2856
|
4
graphics/p5-Image-Imgur/pkg-descr
Normal file
4
graphics/p5-Image-Imgur/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Image::Imgur intends to make programmatically possible to upload image
|
||||
files to the website http://imgur.com.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Image-Imgur/
|
6
graphics/p5-Image-Imgur/pkg-plist
Normal file
6
graphics/p5-Image-Imgur/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur/.packlist
|
||||
%%SITE_PERL%%/Image/Imgur.pm
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
Loading…
Reference in New Issue
Block a user