2013-09-11 14:59:14 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-11-11 07:06:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Imgur
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-11-11 07:06:44 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-11-11 07:06:44 +01:00
|
|
|
COMMENT= Perl extension for uploading images to http://imgur.com
|
|
|
|
|
2014-07-31 12:05:21 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
2010-11-11 07:06:44 +01:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2014-07-31 12:05:21 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-11-11 07:06:44 +01:00
|
|
|
|
2013-09-11 14:59:14 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 12:05:21 +02:00
|
|
|
USES= perl5 tar:tgz
|
2010-11-11 07:06:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|