freebsd-ports/devel/p5-Pithub/Makefile
2018-02-22 19:50:23 +00:00

35 lines
869 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pithub
PORTVERSION= 0.01034
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OALDERS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Github v3 API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Array-Iterator>=0:devel/p5-Array-Iterator \
p5-Cache-LRU>=0:devel/p5-Cache-LRU \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-Moo>=0:devel/p5-Moo \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Import-Into>=0:devel/p5-Import-Into \
p5-Path-Tiny>=0:devel/p5-Path-Tiny \
p5-Test-Most>=0:devel/p5-Test-Most
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>