blob: 1e19f9096f4c86eb714393d95eb99986f1db9705 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Net-BitTorrent-PeerPacket
# Date created: 2006-08-23
# Whom: 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
PERL_MODBUILD= yes
MAN3= Net::BitTorrent::PeerPacket.3
.include <bsd.port.mk>
|