diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:55 +0800 |
commit | 9d4cafc12a7241ef2f5f38ba6a0d20b930f784c1 (patch) | |
tree | 99d68cd9d6e0d4e3083a5ff948f2390e769f99b0 /ftp | |
parent | 4b1cd92e19797fae7a0d824f335d2887390a0337 (diff) | |
download | freebsd-ports-gnome-9d4cafc12a7241ef2f5f38ba6a0d20b930f784c1.tar.gz freebsd-ports-gnome-9d4cafc12a7241ef2f5f38ba6a0d20b930f784c1.tar.zst freebsd-ports-gnome-9d4cafc12a7241ef2f5f38ba6a0d20b930f784c1.zip |
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/p5-Net-FTP-Recursive/Makefile b/ftp/p5-Net-FTP-Recursive/Makefile index 94d190e8dfe2..a25855b3ee52 100644 --- a/ftp/p5-Net-FTP-Recursive/Makefile +++ b/ftp/p5-Net-FTP-Recursive/Makefile @@ -2,7 +2,7 @@ PORTNAME= Net-FTP-Recursive PORTVERSION= 2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to provide recursive FTP client class -BUILD_DEPENDS= p5-Net>=0:net/p5-Net -RUN_DEPENDS= p5-Net>=0:net/p5-Net +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |