freebsd-ports/devel/p5-CPAN-Uploader/Makefile
Sunpoet Po-Chuan Hsieh d2581eeff6 Update to 0.103013
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/CPAN-Uploader/Changes
PR:		224679
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-01-13 08:12:41 +00:00

29 lines
726 B
Makefile

# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
# $FreeBSD$
PORTNAME= CPAN-Uploader
PORTVERSION= 0.103013
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= Upload things to the CPAN
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.084:devel/p5-Getopt-Long-Descriptive \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-LWP-Protocol-https>=1:www/p5-LWP-Protocol-https \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>