aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-uFTP
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-07 02:43:08 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-07 02:43:08 +0000
commita2aa7b816667941f5649008114ffac422d1e5421 (patch)
tree1377485ba0705615f66ac980381bc9396233b85e /net/p5-Net-uFTP
parent1e60b0139fd076fb9db2d44d2649fbff5e98ae58 (diff)
downloadports-a2aa7b816667941f5649008114ffac422d1e5421.tar.gz
ports-a2aa7b816667941f5649008114ffac422d1e5421.zip
- Make use of CPAN:USER macro
- Add LICENSE - Correct RUN_DEPENDS assignment PR: ports/159571 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
Notes
Notes: svn path=/head/; revision=279070
Diffstat (limited to 'net/p5-Net-uFTP')
-rw-r--r--net/p5-Net-uFTP/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/p5-Net-uFTP/Makefile b/net/p5-Net-uFTP/Makefile
index 0ed528c721b7..94c0906e46ed 100644
--- a/net/p5-Net-uFTP/Makefile
+++ b/net/p5-Net-uFTP/Makefile
@@ -9,17 +9,21 @@ PORTNAME= Net-uFTP
PORTVERSION= 0.16
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:STRZELEC
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd@beardz.net
COMMENT= A universal interface for FTP-like modules (FTP, SFTP, SCP)
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Class-Accessor-Fast-XS>=0:${PORTSDIR}/devel/p5-Class-Accessor-Fast-XS \
p5-File-Stat-ModeString>=0:${PORTSDIR}/sysutils/p5-File-Stat-ModeString \
p5-Net-FTP-AutoReconnect>=0:${PORTSDIR}/net/p5-Net-FTP-AutoReconnect \
p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes