blob: 07faffedc66c2fe75d3e68937488533ca06e94ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-BitTorrent-PeerPacket
PORTVERSION= 1.2
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse/Build Peer Packets from BitTorrent
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|