Date: Sat, 8 Feb 2014 14:34:00 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343339 - head/ftp/paraget Message-ID: <201402081434.s18EY0rD023718@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Feb 8 14:34:00 2014 New Revision: 343339 URL: http://svnweb.freebsd.org/changeset/ports/343339 QAT: https://qat.redports.org/buildarchive/r343339/ Log: - Add stage support - Add LICENSE Modified: head/ftp/paraget/Makefile head/ftp/paraget/pkg-plist Modified: head/ftp/paraget/Makefile ============================================================================== --- head/ftp/paraget/Makefile Sat Feb 8 14:31:11 2014 (r343338) +++ head/ftp/paraget/Makefile Sat Feb 8 14:34:00 2014 (r343339) @@ -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> Modified: head/ftp/paraget/pkg-plist ============================================================================== --- head/ftp/paraget/pkg-plist Sat Feb 8 14:31:11 2014 (r343338) +++ head/ftp/paraget/pkg-plist Sat Feb 8 14:34:00 2014 (r343339) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081434.s18EY0rD023718>