freebsd-ports/devel/p5-Pithub/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
896 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pithub
PORTVERSION= 0.01033
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.04:devel/p5-Cache-LRU \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-JSON-MaybeXS>=1.003003:converters/p5-JSON-MaybeXS \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-Moo>=1.001000:devel/p5-Moo \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Import-Into>=1.002004:devel/p5-Import-Into \
p5-Path-Tiny>=0.037:devel/p5-Path-Tiny \
p5-Test-Most>=0:devel/p5-Test-Most
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>