freebsd-ports/graphics/p5-Image-Imgur/Makefile
2021-04-18 13:42:36 +08:00

25 lines
490 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Image-Imgur
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for uploading images to http://imgur.com
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-libwww>=0:www/p5-libwww
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>