mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
22 lines
443 B
Makefile
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>
|