freebsd-ports/net-p2p/p5-Net-BitTorrent-File/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

24 lines
654 B
Makefile

# Created by: Oleg R. Muhutdinov <mor@WhiteLuna.com>
# $FreeBSD$
PORTNAME= Net-BitTorrent-File
PORTVERSION= 1.02
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}-fix
MAINTAINER= mor@WhiteLuna.com
COMMENT= Perl5 module for handles loading and saving of .torrent file
RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>