diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-27 15:44:15 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-27 15:44:15 +0000 |
commit | 8354592c63086cfbfda8e7f8900f8eec4e4153c7 (patch) | |
tree | 8d9a656685f83f734286e9359eb46186ec342f89 /net-p2p | |
parent | a8b39ee4286b4228e5dab851b1c3eef81014ab6d (diff) | |
download | ports-8354592c63086cfbfda8e7f8900f8eec4e4153c7.tar.gz ports-8354592c63086cfbfda8e7f8900f8eec4e4153c7.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-descr | 2 |
2 files changed, 3 insertions, 14 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index e17036a51672..f3a39adc619f 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DirectConnect -# Date created: 2010-01-16 -# Whom: Oleg Alexeenkov <proler@gmail.com> -# +# Created by: Oleg Alexeenkov <proler@gmail.com> # $FreeBSD$ -# PORTNAME= Net-DirectConnect PORTVERSION= 0.13 @@ -33,11 +29,4 @@ PERL_CONFIGURE= yes MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/p5-Net-DirectConnect/pkg-descr b/net-p2p/p5-Net-DirectConnect/pkg-descr index f4b93ffc781a..371531858943 100644 --- a/net-p2p/p5-Net-DirectConnect/pkg-descr +++ b/net-p2p/p5-Net-DirectConnect/pkg-descr @@ -1,3 +1,3 @@ Direct Connect perl module with sharing client -WWW: http://search.cpan.org/dist/Net-DirectConnect/ +WWW: http://search.cpan.org/dist/Net-DirectConnect/ |