diff options
author | petef <petef@FreeBSD.org> | 2001-11-02 22:36:31 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-02 22:36:31 +0800 |
commit | b4ca25b847799e86a5dbddc3309786998af4dd0c (patch) | |
tree | 6bc33d5dd7fcedfce21df73a366d76fd8703b3b0 /ftp/p5-Net-FTPServer/Makefile | |
parent | 8659c8c590e73da997bbc702683341709708a641 (diff) | |
download | freebsd-ports-gnome-b4ca25b847799e86a5dbddc3309786998af4dd0c.tar.gz freebsd-ports-gnome-b4ca25b847799e86a5dbddc3309786998af4dd0c.tar.zst freebsd-ports-gnome-b4ca25b847799e86a5dbddc3309786998af4dd0c.zip |
Update to 1.102
Diffstat (limited to 'ftp/p5-Net-FTPServer/Makefile')
-rw-r--r-- | ftp/p5-Net-FTPServer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile index 2525a724766c..33aaf7c495d8 100644 --- a/ftp/p5-Net-FTPServer/Makefile +++ b/ftp/p5-Net-FTPServer/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Net-FTPServer -PORTVERSION= 1.032 +PORTVERSION= 1.102 CATEGORIES= ftp perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -21,7 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-A ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \ ${SITE_PERL}/${PERL_ARCH}/IO/Dir.pm:${PORTSDIR}/devel/p5-IO \ - ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy + ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |