freebsd-ports/devel/p5-CPAN-Uploader/Makefile
Alexey Dokuchaev 10a5d2a1d4 In r458896, `devel/p5-File-HomeDir' had been added as TEST_DEPENDS, but
actually it is required at run-time, hence move it over to RUN_DEPENDS.

PR:		245021
Approved by:	maintainer (timeout since 2020-03-24)
2020-07-02 04:41:51 +00:00

30 lines
729 B
Makefile

# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
# $FreeBSD$
PORTNAME= CPAN-Uploader
PORTVERSION= 0.103013
PORTREVISION= 1
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
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
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>