- Add stage support

- Add LICENSE
This commit is contained in:
Danilo Egea Gondolfo 2014-02-08 14:34:00 +00:00
parent df4fdef577
commit 60145bfe76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343339
2 changed files with 3 additions and 3 deletions

View file

@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel ftp-fetching program
LICENSE= GPLv2
BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
@ -18,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
USES= perl5
USE_PERL5= configure
MAN1= paraget.1
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,5 +1,6 @@
bin/paraget
bin/paraget-child
man/man1/paraget.1.gz
%%SITE_PERL%%/Net/Paraget/Assignment.pm
%%SITE_PERL%%/Net/Paraget/AssignmentManager.pm
%%SITE_PERL%%/Net/Paraget/Client.pm