From 60145bfe76db836cdc1eafe0bde164d0fcf1d1d6 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 8 Feb 2014 14:34:00 +0000 Subject: [PATCH] - Add stage support - Add LICENSE --- ftp/paraget/Makefile | 5 ++--- ftp/paraget/pkg-plist | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 1fb892405380..aca28fcbf999 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -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 diff --git a/ftp/paraget/pkg-plist b/ftp/paraget/pkg-plist index b09d0e5c78fa..5629fd0a9760 100644 --- a/ftp/paraget/pkg-plist +++ b/ftp/paraget/pkg-plist @@ -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