mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-10 02:45:11 +00:00
a41069ab3b
Approved by: portmgr@ (bapt@)
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# New ports collection makefile for: p5-WWW-BitTorrent
|
|
# Date created: 2006-08-02
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-BitTorrent
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= net-p2p perl5 www
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Search and Download .torrent(s) files from BitTorrents boards
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::BitTorrent.3
|
|
|
|
.include <bsd.port.mk>
|