2013-09-11 10:15:53 +02:00
|
|
|
# Created by: Oleg R. Muhutdinov <mor@WhiteLuna.com>
|
2006-02-06 09:28:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-BitTorrent-File
|
|
|
|
PORTVERSION= 1.02
|
2015-08-25 16:51:54 +02:00
|
|
|
DISTVERSIONSUFFIX= -fix
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-02-06 09:28:38 +01:00
|
|
|
CATEGORIES= net-p2p perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-06 09:28:38 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-08-25 16:51:54 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Perl5 module for handles loading and saving of .torrent file
|
2006-02-06 09:28:38 +01:00
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2015-08-25 16:51:54 +02:00
|
|
|
LICENSE_COMB= dual
|
2006-02-06 09:28:38 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Convert-Bencode>=0:converters/p5-Convert-Bencode \
|
|
|
|
p5-Digest-SHA1>=0:security/p5-Digest-SHA1
|
2015-08-25 16:51:54 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-02-06 09:28:38 +01:00
|
|
|
|
2015-08-20 18:06:35 +02:00
|
|
|
NO_ARCH= yes
|
2015-08-25 16:51:54 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2006-02-06 09:28:38 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|