blob: 88c3f72299bfd1d5c79fa137fbac09d14fd8261f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Net-BitTorrent
PORTVERSION= 0.052
PORTREVISION= 5
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SANKO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= BitTorrent peer-to-peer protocol class
WWW= https://metacpan.org/release/Net-BitTorrent
LICENSE= ART20
PORTSCOUT= limit:^[0-9\.]*$$
CONFIGURE_ARGS= </dev/null
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>
|