diff options
author | az <az@FreeBSD.org> | 2013-05-27 23:44:15 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-27 23:44:15 +0800 |
commit | f28c2a9e64bffc0726212195a81883a594ac294f (patch) | |
tree | 8d9a656685f83f734286e9359eb46186ec342f89 /net-p2p | |
parent | 3a6f24e5a41ec1c8f58b6d15fec55c80a2d65464 (diff) | |
download | freebsd-ports-gnome-f28c2a9e64bffc0726212195a81883a594ac294f.tar.gz freebsd-ports-gnome-f28c2a9e64bffc0726212195a81883a594ac294f.tar.zst freebsd-ports-gnome-f28c2a9e64bffc0726212195a81883a594ac294f.zip |
- Use WWW: with a single space
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178917
Submitted by: az
Approved by: oleg alexeenkov <proler@gmail.com> (maintainer)
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/ |