freebsd-ports/graphics/p5-Image-Imgur/Makefile
Philip M. Gollucci 974e726588 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>
2010-11-11 06:06:44 +00:00

25 lines
520 B
Makefile

# 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>