1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/ftp/paraget/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

22 lines
443 B
Makefile

PORTNAME= paraget
PORTVERSION= 0.3.0
PORTREVISION= 3
CATEGORIES= ftp perl5
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel FTP-fetching program
WWW= https://paraget.sourceforge.net/
LICENSE= GPLv2
BUILD_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-URI>=0:net/p5-URI \
p5-XML-Simple>=0:textproc/p5-XML-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>