diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-08 22:34:00 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-08 22:34:00 +0800 |
commit | 13028137cf07d00f16dd1632d7c54722cf37010c (patch) | |
tree | 508caf2bf299817cd93dd520bcc53e7fc1233268 /ftp/paraget | |
parent | aa8d09d3a196a986d2c2fdf608622fe56b175a31 (diff) | |
download | freebsd-ports-graphics-13028137cf07d00f16dd1632d7c54722cf37010c.tar.gz freebsd-ports-graphics-13028137cf07d00f16dd1632d7c54722cf37010c.tar.zst freebsd-ports-graphics-13028137cf07d00f16dd1632d7c54722cf37010c.zip |
- Add stage support
- Add LICENSE
Diffstat (limited to 'ftp/paraget')
-rw-r--r-- | ftp/paraget/Makefile | 5 | ||||
-rw-r--r-- | ftp/paraget/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 1fb89240538..aca28fcbf99 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 <bsd.port.mk> diff --git a/ftp/paraget/pkg-plist b/ftp/paraget/pkg-plist index b09d0e5c78f..5629fd0a976 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 |