diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-09 17:49:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-09 17:49:02 +0800 |
commit | 08bf1a57681fe65874df6f6da7d986d37d137cca (patch) | |
tree | a215760bc3290a3978bd0c72ae0c911423e6d59f /net-p2p/p5-Net-DirectConnect | |
parent | b5bcc68987a69415173f6916a4a519854473bcdf (diff) | |
download | freebsd-ports-gnome-08bf1a57681fe65874df6f6da7d986d37d137cca.tar.gz freebsd-ports-gnome-08bf1a57681fe65874df6f6da7d986d37d137cca.tar.zst freebsd-ports-gnome-08bf1a57681fe65874df6f6da7d986d37d137cca.zip |
Mark as broken unstaged perl ports
With hat: portmgr
Diffstat (limited to 'net-p2p/p5-Net-DirectConnect')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index bcac0ae3f2cf..37fc2996b8fc 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -10,6 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client +BROKEN= not staged LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -27,8 +28,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= dcget.1 dcshare.1 -MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 - -NO_STAGE= yes .include <bsd.port.mk> |