2006-08-23 02:55:33 +02:00
|
|
|
# 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
|
2007-07-29 12:10:03 +02:00
|
|
|
PORTVERSION= 1.2
|
2006-08-23 02:55:33 +02:00
|
|
|
CATEGORIES= net-p2p perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-23 02:55:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Parse/Build Peer Packets from BitTorrent
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Net::BitTorrent::PeerPacket.3
|
|
|
|
|
2007-07-30 04:05:46 +02:00
|
|
|
.include <bsd.port.mk>
|