freebsd-ports/net-p2p/p5-Net-BitTorrent/Makefile
Sunpoet Po-Chuan Hsieh 58a988a5ba - Add LICENSE
- Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases
- Update PORTSCOUT
- Bump PORTREVISION for dependency change
- Sort PLIST
2015-01-01 19:02:02 +00:00

24 lines
423 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-BitTorrent
PORTVERSION= 0.052
PORTREVISION= 4
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SANKO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= BitTorrent peer-to-peer protocol class
LICENSE= ART20
PORTSCOUT= limit:^[0-9\.]*$$
CONFIGURE_ARGS= </dev/null
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>